Html Css Color HEX #12A2FA Dodger Blue

📋 copy color: '#12A2FA'

red 18 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #12A2FA

Tints of Dodger Blue #12A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

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

R = 4.19%
G = 37.67%
B = 58.14%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12A2FA (or 0x12A2FA) is known color: Dodger Blue. HEX triplet: 12, A2 and FA. RGB value is (18,162,250). Sum of RGB (Red+Green+Blue) = 18+162+250=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #12A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A2FA is #ED5D05. Grayscale: #808080. Windows color (decimal): -15555846 or 16425490. OLE color: 16425490.

HSL color Cylindrical-coordinate representation of color #12A2FA: hue angle of 202.76º 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 #12A2FA is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 162 250 -
CMYK 0.93 0.35 0 0.02
HSL 202.76º 0.96% 0.53% -
HSV(B) 202.76º 0.93% 0.98% -
XYZ 30.43 32.87 95.18 -
YUV 128.98 196.29 48.84 -
System Red Green Blue C M Y K H S L
Decimal 18 162 250 0.93 0.35 0 0.02 202.76 0.96 0.53
Hex 12 A2 FA 5D 23 0 2 CB 60 35
Octal 22 242 372 135 43 0 2 313 140 65
Binary 10010 10100010 11111010 1011101 100011 0 10 11001011 1100000 110101

Color Harmonies of #12A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2FA

Black with #12A2FA

Text Example


Text Example

White with #12A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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