#1899fd

Color #1899FD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1899FD

Tints of Dodger Blue #1899FD

Color information

#1899FD (or 0x1899FD) is unknown color: approx Dodger Blue. HEX triplet: 18, 99 and FD. RGB value is (24,153,253). Sum of RGB (Red+Green+Blue) = 24+153+253=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #1899FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899FD is #E76602. Grayscale: #7D7D7D. Windows color (decimal): -15164931 or 16619800. OLE color: 16619800.

HSL color Cylindrical-coordinate representation of color #1899FD: hue angle of 206.2º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1899FD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24153253-
CMYK0.910.4000.01
HSL206.2º98.28%54.31%-
HSV(B)206.2º90.51%99.22%-
XYZ29.530.0797.18-
YUV125.83199.7655.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 5.58%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 253 (99.22% from 255) = 58.84%
R=5.58%
G=35.58%
B=58.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241532530.910.4000.01206.298.2854.31
Hex1899FD5B2801ce6236
Octal30231375133500131614266
Binary110001001100111111101101101110100001110011101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1899fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1899fd; }

 p { color: rgb(24,153,253); }

 H1.HeaderClassName
 {
   color: #1899fd;
 }
 .AnyTagClassName
 {
   color: #1899fd;
 }
</style>
background-color css

<style>
 a { background-color: #1899fd; }

 a { background-color: rgb(24,153,253); }

 div.DivClassName
 {
   background-color: #1899fd;
 }
 .BgClassName
 {
   background-color: #1899fd;
 }
</style>
border-color css

<style>
 span { border-color: #1899fd; }

 span { border-color: rgb(24,153,253); }

 td.TdClassName
 {
   border-color: #1899fd;
 }
 .TagClassName
 {
   border-color: #1899fd;
 }
</style>