Html Css Color HEX #12A8FC Dodger Blue

📋 copy color: '#12A8FC'

red 18 ◦ green 168 ◦ blue 252

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

Shades of Dodger Blue #12A8FC

Tints of Dodger Blue #12A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 4.11%
G = 38.36%
B = 57.53%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12A8FC (or 0x12A8FC) is known color: Dodger Blue. HEX triplet: 12, A8 and FC. RGB value is (18,168,252). Sum of RGB (Red+Green+Blue) = 18+168+252=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #12A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FC is #ED5703. Grayscale: #848484. Windows color (decimal): -15554308 or 16558098. OLE color: 16558098.

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

Color convert

RGB 18 168 252 -
CMYK 0.93 0.33 0 0.01
HSL 201.54º 0.98% 0.53% -
HSV(B) 201.54º 0.93% 0.99% -
XYZ 31.82 35.16 97.21 -
YUV 132.73 195.31 46.17 -
System Red Green Blue C M Y K H S L
Decimal 18 168 252 0.93 0.33 0 0.01 201.54 0.98 0.53
Hex 12 A8 FC 5D 21 0 1 CA 62 35
Octal 22 250 374 135 41 0 1 312 142 65
Binary 10010 10101000 11111100 1011101 100001 0 1 11001010 1100010 110101

Color Harmonies of #12A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8FC

Black with #12A8FC

Text Example


Text Example

White with #12A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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