Html Css Color HEX #12A6F9 Dodger Blue

📋 copy color: '#12A6F9'

red 18 ◦ green 166 ◦ blue 249

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

Shades of Dodger Blue #12A6F9

Tints of Dodger Blue #12A6F9

RGB

 RED value IS 18 (7.42% from 255) = 4.16%

 GREEN value IS 166 (65.23% from 255) = 38.34%

 BLUE value IS 249 (97.66% from 255) = 57.51%

R = 4.16%
G = 38.34%
B = 57.51%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12A6F9 (or 0x12A6F9) is known color: Dodger Blue. HEX triplet: 12, A6 and F9. RGB value is (18,166,249). Sum of RGB (Red+Green+Blue) = 18+166+249=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #12A6F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A6F9 is #ED5906. Grayscale: #828282. Windows color (decimal): -15554823 or 16360978. OLE color: 16360978.

HSL color Cylindrical-coordinate representation of color #12A6F9: hue angle of 201.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A6F9 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 166 249 -
CMYK 0.93 0.33 0 0.02
HSL 201.56º 0.95% 0.52% -
HSV(B) 201.56º 0.93% 0.98% -
XYZ 30.98 34.24 94.6 -
YUV 131.21 194.47 47.25 -
System Red Green Blue C M Y K H S L
Decimal 18 166 249 0.93 0.33 0 0.02 201.56 0.95 0.52
Hex 12 A6 F9 5D 21 0 2 CA 5F 34
Octal 22 246 371 135 41 0 2 312 137 64
Binary 10010 10100110 11111001 1011101 100001 0 10 11001010 1011111 110100

Color Harmonies of #12A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A6F9

Black with #12A6F9

Text Example


Text Example

White with #12A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A6F9; }

 p { color: rgb(18,166,249); }

 H1.HeaderClassName
 {
   color: #12A6F9;
 }
 .AnyTagClassName
 {
   color: #12A6F9;
 }
</style>

background-color css

<style>
 a { background-color: #12A6F9; }

 a { background-color: rgb(18,166,249); }

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

border-color css

<style>
 span { border-color: #12A6F9; }

 span { border-color: rgb(18,166,249); }

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