Html Css Color HEX #0C81EF Dodger Blue

📋 copy color: '#0C81EF'

red 12 ◦ green 129 ◦ blue 239

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

Shades of Dodger Blue #0C81EF

Tints of Dodger Blue #0C81EF

RGB

 RED value IS 12 (5.08% from 255) = 3.16%

 GREEN value IS 129 (50.78% from 255) = 33.95%

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 3.16%
G = 33.95%
B = 62.89%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0C81EF (or 0x0C81EF) is known color: Dodger Blue. HEX triplet: 0C, 81 and EF. RGB value is (12,129,239). Sum of RGB (Red+Green+Blue) = 12+129+239=380 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.16% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C81EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C81EF is #F37E10. Grayscale: #6A6A6A. Windows color (decimal): -15957521 or 15696140. OLE color: 15696140.

HSL color Cylindrical-coordinate representation of color #0C81EF: hue angle of 209.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C81EF is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 129 239 -
CMYK 0.95 0.46 0 0.06
HSL 209.07º 0.9% 0.49% -
HSV(B) 209.07º 0.95% 0.94% -
XYZ 23.58 22.01 84.67 -
YUV 106.56 202.74 60.56 -
System Red Green Blue C M Y K H S L
Decimal 12 129 239 0.95 0.46 0 0.06 209.07 0.9 0.49
Hex C 81 EF 5F 2E 0 6 D1 5A 31
Octal 14 201 357 137 56 0 6 321 132 61
Binary 1100 10000001 11101111 1011111 101110 0 110 11010001 1011010 110001

Color Harmonies of #0C81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C81EF

Black with #0C81EF

Text Example


Text Example

White with #0C81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C81EF;
 }
 .AnyTagClassName
 {
   color: #0C81EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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