Html Css Color HEX #019CEF Dodger Blue

📋 copy color: '#019CEF'

red 1 ◦ green 156 ◦ blue 239

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

Shades of Dodger Blue #019CEF

Tints of Dodger Blue #019CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 0.25%
G = 39.39%
B = 60.35%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#019CEF (or 0x019CEF) is known color: Dodger Blue. HEX triplet: 01, 9C and EF. RGB value is (1,156,239). Sum of RGB (Red+Green+Blue) = 1+156+239=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #019CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CEF is #FE6310. Grayscale: #767676. Windows color (decimal): -16671505 or 15703041. OLE color: 15703041.

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

Color convert

RGB 1 156 239 -
CMYK 1.00 0.35 0 0.06
HSL 200.92º 0.99% 0.47% -
HSV(B) 200.92º 1% 0.94% -
XYZ 27.48 30.02 86.01 -
YUV 119.12 195.65 43.75 -
System Red Green Blue C M Y K H S L
Decimal 1 156 239 1.00 0.35 0 0.06 200.92 0.99 0.47
Hex 1 9C EF 64 23 0 6 C9 63 2F
Octal 1 234 357 144 43 0 6 311 143 57
Binary 1 10011100 11101111 1100100 100011 0 110 11001001 1100011 101111

Color Harmonies of #019CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CEF

Black with #019CEF

Text Example


Text Example

White with #019CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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