Html Css Color HEX #0081EC Dodger Blue

📋 copy color: '#0081EC'

red 0 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #0081EC

Tints of Dodger Blue #0081EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 0%
G = 35.34%
B = 64.66%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0081EC (or 0x0081EC) is known color: Dodger Blue. HEX triplet: 00, 81 and EC. RGB value is (0,129,236). Sum of RGB (Red+Green+Blue) = 0+129+236=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #0081EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081EC is #FF7E13. Grayscale: #666666. Windows color (decimal): -16743956 or 15499520. OLE color: 15499520.

HSL color Cylindrical-coordinate representation of color #0081EC: hue angle of 207.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081EC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 129 236 -
CMYK 1 0.45 0 0.07
HSL 207.2º 1% 0.46% -
HSV(B) 207.2º 1% 0.93% -
XYZ 22.99 21.76 82.34 -
YUV 102.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 0 129 236 1 0.45 0 0.07 207.2 1 0.46
Hex 0 81 EC 64 2D 0 7 CF 64 2E
Octal 0 201 354 144 55 0 7 317 144 56
Binary 0 10000001 11101100 1100100 101101 0 111 11001111 1100100 101110

Color Harmonies of #0081EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081EC

Black with #0081EC

Text Example


Text Example

White with #0081EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0081EC; }

 p { color: rgb(0,129,236); }

 H1.HeaderClassName
 {
   color: #0081EC;
 }
 .AnyTagClassName
 {
   color: #0081EC;
 }
</style>

background-color css

<style>
 a { background-color: #0081EC; }

 a { background-color: rgb(0,129,236); }

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

border-color css

<style>
 span { border-color: #0081EC; }

 span { border-color: rgb(0,129,236); }

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