#12A7FF

Color #12A7FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #12A7FF

Tints of Dodger Blue #12A7FF

Color information

#12A7FF (or 0x12A7FF) is unknown color: approx Dodger Blue. HEX triplet: 12, A7 and FF. RGB value is (18,167,255). Sum of RGB (Red+Green+Blue) = 18+167+255=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A7FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A7FF is #ED5800. Grayscale: #838383. Windows color (decimal): -15554561 or 16754450. OLE color: 16754450.

HSL color Cylindrical-coordinate representation of color #12A7FF: hue angle of 202.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A7FF is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18167255-
CMYK0.930.3500
HSL202.28º100%53.53%-
HSV(B)202.28º92.94%100%-
XYZ32.1234.9999.67-
YUV132.48197.1446.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.09%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 255 (100% from 255) = 57.95%
R=4.09%
G=37.95%
B=57.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181672550.930.3500202.2810053.53
Hex12A7FF5D2300ca6436
Octal22247377135430031214466
Binary100101010011111111111101110110001100110010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A7FF;
 }
 .AnyTagClassName
 {
   color: #12A7FF;
 }
</style>
background-color css

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

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

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

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

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

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