Html Css Color HEX #019AEA Dodger Blue

📋 copy color: '#019AEA'

red 1 ◦ green 154 ◦ blue 234

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

Shades of Dodger Blue #019AEA

Tints of Dodger Blue #019AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 0.26%
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.08

RGB Variations

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

Color information

#019AEA (or 0x019AEA) is known color: Dodger Blue. HEX triplet: 01, 9A and EA. RGB value is (1,154,234). Sum of RGB (Red+Green+Blue) = 1+154+234=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #019AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AEA is #FE6515. Grayscale: #747474. Windows color (decimal): -16672022 or 15374849. OLE color: 15374849.

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

Color convert

RGB 1 154 234 -
CMYK 1.00 0.34 0 0.08
HSL 200.6º 0.99% 0.46% -
HSV(B) 200.6º 1% 0.92% -
XYZ 26.42 29.06 82.06 -
YUV 117.37 193.81 45 -
System Red Green Blue C M Y K H S L
Decimal 1 154 234 1.00 0.34 0 0.08 200.6 0.99 0.46
Hex 1 9A EA 64 22 0 8 C9 63 2E
Octal 1 232 352 144 42 0 10 311 143 56
Binary 1 10011010 11101010 1100100 100010 0 1000 11001001 1100011 101110

Color Harmonies of #019AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019AEA

Black with #019AEA

Text Example


Text Example

White with #019AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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