Html Css Color HEX #019CED Dodger Blue

📋 copy color: '#019CED'

red 1 ◦ green 156 ◦ blue 237

#019CED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #019CED

Tints of Dodger Blue #019CED

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 237 (92.97% from 255) = 60.15%

R = 0.25%
G = 39.59%
B = 60.15%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#019CED (or 0x019CED) is known color: Dodger Blue. HEX triplet: 01, 9C and ED. RGB value is (1,156,237). Sum of RGB (Red+Green+Blue) = 1+156+237=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #019CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CED is #FE6312. Grayscale: #767676. Windows color (decimal): -16671507 or 15571969. OLE color: 15571969.

HSL color Cylindrical-coordinate representation of color #019CED: hue angle of 200.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CED is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 156 237 -
CMYK 1.00 0.34 0 0.07
HSL 200.59º 0.99% 0.47% -
HSV(B) 200.59º 1% 0.93% -
XYZ 27.19 29.9 84.46 -
YUV 118.89 194.65 43.91 -
System Red Green Blue C M Y K H S L
Decimal 1 156 237 1.00 0.34 0 0.07 200.59 0.99 0.47
Hex 1 9C ED 64 22 0 7 C9 63 2F
Octal 1 234 355 144 42 0 7 311 143 57
Binary 1 10011100 11101101 1100100 100010 0 111 11001001 1100011 101111

Color Harmonies of #019CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CED

Black with #019CED

Text Example


Text Example

White with #019CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019CED; }

 p { color: rgb(1,156,237); }

 H1.HeaderClassName
 {
   color: #019CED;
 }
 .AnyTagClassName
 {
   color: #019CED;
 }
</style>

background-color css

<style>
 a { background-color: #019CED; }

 a { background-color: rgb(1,156,237); }

 div.DivClassName
 {
   background-color: #019CED;
 }
 .BgClassName
 {
   background-color: #019CED;
 }
</style>

border-color css

<style>
 span { border-color: #019CED; }

 span { border-color: rgb(1,156,237); }

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