Html Css Color HEX #12A7FD Dodger Blue

📋 copy color: '#12A7FD'

red 18 ◦ green 167 ◦ blue 253

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

Shades of Dodger Blue #12A7FD

Tints of Dodger Blue #12A7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 4.11%
G = 38.13%
B = 57.76%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12A7FD (or 0x12A7FD) is known color: Dodger Blue. HEX triplet: 12, A7 and FD. RGB value is (18,167,253). Sum of RGB (Red+Green+Blue) = 18+167+253=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #12A7FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A7FD is #ED5802. Grayscale: #838383. Windows color (decimal): -15554563 or 16623378. OLE color: 16623378.

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

Color convert

RGB 18 167 253 -
CMYK 0.93 0.34 0 0.01
HSL 201.96º 0.98% 0.53% -
HSV(B) 201.96º 0.93% 0.99% -
XYZ 31.8 34.86 97.98 -
YUV 132.25 196.14 46.51 -
System Red Green Blue C M Y K H S L
Decimal 18 167 253 0.93 0.34 0 0.01 201.96 0.98 0.53
Hex 12 A7 FD 5D 22 0 1 CA 62 35
Octal 22 247 375 135 42 0 1 312 142 65
Binary 10010 10100111 11111101 1011101 100010 0 1 11001010 1100010 110101

Color Harmonies of #12A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A7FD

Black with #12A7FD

Text Example


Text Example

White with #12A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,167,253); }

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

background-color css

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

 a { background-color: rgb(18,167,253); }

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

border-color css

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

 span { border-color: rgb(18,167,253); }

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