Html Css Color HEX #12A8FA Dodger Blue

📋 copy color: '#12A8FA'

red 18 ◦ green 168 ◦ blue 250

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

Shades of Dodger Blue #12A8FA

Tints of Dodger Blue #12A8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 4.13%
G = 38.53%
B = 57.34%

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

#12A8FA (or 0x12A8FA) is known color: Dodger Blue. HEX triplet: 12, A8 and FA. RGB value is (18,168,250). Sum of RGB (Red+Green+Blue) = 18+168+250=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #12A8FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FA is #ED5705. Grayscale: #848484. Windows color (decimal): -15554310 or 16427026. OLE color: 16427026.

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

Color convert

RGB 18 168 250 -
CMYK 0.93 0.33 0 0.02
HSL 201.21º 0.96% 0.53% -
HSV(B) 201.21º 0.93% 0.98% -
XYZ 31.51 35.04 95.54 -
YUV 132.5 194.31 46.33 -
System Red Green Blue C M Y K H S L
Decimal 18 168 250 0.93 0.33 0 0.02 201.21 0.96 0.53
Hex 12 A8 FA 5D 21 0 2 C9 60 35
Octal 22 250 372 135 41 0 2 311 140 65
Binary 10010 10101000 11111010 1011101 100001 0 10 11001001 1100000 110101

Color Harmonies of #12A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8FA

Black with #12A8FA

Text Example


Text Example

White with #12A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,250); }

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

background-color css

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

 a { background-color: rgb(18,168,250); }

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

border-color css

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

 span { border-color: rgb(18,168,250); }

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