Html Css Color HEX #19ACF2 Dodger Blue

📋 copy color: '#19ACF2'

red 25 ◦ green 172 ◦ blue 242

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

Shades of Dodger Blue #19ACF2

Tints of Dodger Blue #19ACF2

RGB

 RED value IS 25 (10.16% from 255) = 5.69%

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 5.69%
G = 39.18%
B = 55.13%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19ACF2 (or 0x19ACF2) is known color: Dodger Blue. HEX triplet: 19, AC and F2. RGB value is (25,172,242). Sum of RGB (Red+Green+Blue) = 25+172+242=439 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.69% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #19ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19ACF2 is #E6530D. Grayscale: #878787. Windows color (decimal): -15094542 or 15903769. OLE color: 15903769.

HSL color Cylindrical-coordinate representation of color #19ACF2: hue angle of 199.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19ACF2 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 172 242 -
CMYK 0.90 0.29 0 0.05
HSL 199.35º 0.89% 0.52% -
HSV(B) 199.35º 0.9% 0.95% -
XYZ 31.18 36.12 89.33 -
YUV 136.03 187.8 48.81 -
System Red Green Blue C M Y K H S L
Decimal 25 172 242 0.90 0.29 0 0.05 199.35 0.89 0.52
Hex 19 AC F2 5A 1D 0 5 C7 59 34
Octal 31 254 362 132 35 0 5 307 131 64
Binary 11001 10101100 11110010 1011010 11101 0 101 11000111 1011001 110100

Color Harmonies of #19ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACF2

Black with #19ACF2

Text Example


Text Example

White with #19ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19ACF2; }

 p { color: rgb(25,172,242); }

 H1.HeaderClassName
 {
   color: #19ACF2;
 }
 .AnyTagClassName
 {
   color: #19ACF2;
 }
</style>

background-color css

<style>
 a { background-color: #19ACF2; }

 a { background-color: rgb(25,172,242); }

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

border-color css

<style>
 span { border-color: #19ACF2; }

 span { border-color: rgb(25,172,242); }

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