Html Css Color HEX #019AEF Dodger Blue

📋 copy color: '#019AEF'

red 1 ◦ green 154 ◦ blue 239

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

Shades of Dodger Blue #019AEF

Tints of Dodger Blue #019AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 0.25%
G = 39.09%
B = 60.66%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#019AEF (or 0x019AEF) is known color: Dodger Blue. HEX triplet: 01, 9A and EF. RGB value is (1,154,239). Sum of RGB (Red+Green+Blue) = 1+154+239=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #019AEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AEF is #FE6510. Grayscale: #757575. Windows color (decimal): -16672017 or 15702529. OLE color: 15702529.

HSL color Cylindrical-coordinate representation of color #019AEF: hue angle of 201.43º 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 #019AEF is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 154 239 -
CMYK 1.00 0.36 0 0.06
HSL 201.43º 0.99% 0.47% -
HSV(B) 201.43º 1% 0.94% -
XYZ 27.15 29.35 85.9 -
YUV 117.94 196.31 44.59 -
System Red Green Blue C M Y K H S L
Decimal 1 154 239 1.00 0.36 0 0.06 201.43 0.99 0.47
Hex 1 9A EF 64 24 0 6 C9 63 2F
Octal 1 232 357 144 44 0 6 311 143 57
Binary 1 10011010 11101111 1100100 100100 0 110 11001001 1100011 101111

Color Harmonies of #019AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019AEF

Black with #019AEF

Text Example


Text Example

White with #019AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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