Html Css Color HEX #12A8FB Dodger Blue

📋 copy color: '#12A8FB'

red 18 ◦ green 168 ◦ blue 251

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

Shades of Dodger Blue #12A8FB

Tints of Dodger Blue #12A8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.44%

R = 4.12%
G = 38.44%
B = 57.44%

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

#12A8FB (or 0x12A8FB) is known color: Dodger Blue. HEX triplet: 12, A8 and FB. RGB value is (18,168,251). Sum of RGB (Red+Green+Blue) = 18+168+251=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #12A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FB is #ED5704. Grayscale: #848484. Windows color (decimal): -15554309 or 16492562. OLE color: 16492562.

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

Color convert

RGB 18 168 251 -
CMYK 0.93 0.33 0 0.02
HSL 201.37º 0.97% 0.53% -
HSV(B) 201.37º 0.93% 0.98% -
XYZ 31.66 35.1 96.37 -
YUV 132.61 194.81 46.25 -
System Red Green Blue C M Y K H S L
Decimal 18 168 251 0.93 0.33 0 0.02 201.37 0.97 0.53
Hex 12 A8 FB 5D 21 0 2 C9 61 35
Octal 22 250 373 135 41 0 2 311 141 65
Binary 10010 10101000 11111011 1011101 100001 0 10 11001001 1100001 110101

Color Harmonies of #12A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8FB

Black with #12A8FB

Text Example


Text Example

White with #12A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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