#0C81FA

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

Shades of Dodger Blue #0C81FA

Tints of Dodger Blue #0C81FA

Color information

#0C81FA (or 0x0C81FA) is unknown color: approx Dodger Blue. HEX triplet: 0C, 81 and FA. RGB value is (12,129,250). Sum of RGB (Red+Green+Blue) = 12+129+250=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C81FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C81FA is #F37E05. Grayscale: #6B6B6B. Windows color (decimal): -15957510 or 16417036. OLE color: 16417036.

HSL color Cylindrical-coordinate representation of color #0C81FA: hue angle of 210.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C81FA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12129250-
CMYK0.950.4800.02
HSL210.5º95.97%51.37%-
HSV(B)210.5º95.2%98.04%-
XYZ25.2622.6893.49-
YUV107.81208.2459.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.07%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 250 (98.05% from 255) = 63.94%
R=3.07%
G=32.99%
B=63.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal121292500.950.4800.02210.595.9751.37
HexC81FA5F3002d36033
Octal14201372137600232314063
Binary110010000001111110101011111110000010110100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C81FA; }

 p { color: rgb(12,129,250); }

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

<style>
 a { background-color: #0C81FA; }

 a { background-color: rgb(12,129,250); }

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

<style>
 span { border-color: #0C81FA; }

 span { border-color: rgb(12,129,250); }

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