Html Css Color HEX #0081EE Dodger Blue

📋 copy color: '#0081EE'

red 0 ◦ green 129 ◦ blue 238

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

Shades of Dodger Blue #0081EE

Tints of Dodger Blue #0081EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 0%
G = 35.15%
B = 64.85%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0081EE (or 0x0081EE) is known color: Dodger Blue. HEX triplet: 00, 81 and EE. RGB value is (0,129,238). Sum of RGB (Red+Green+Blue) = 0+129+238=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #0081EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081EE is #FF7E11. Grayscale: #666666. Windows color (decimal): -16743954 or 15630592. OLE color: 15630592.

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

Color convert

RGB 0 129 238 -
CMYK 1 0.46 0 0.07
HSL 207.48º 1% 0.47% -
HSV(B) 207.48º 1% 0.93% -
XYZ 23.28 21.87 83.88 -
YUV 102.86 204.26 54.64 -
System Red Green Blue C M Y K H S L
Decimal 0 129 238 1 0.46 0 0.07 207.48 1 0.47
Hex 0 81 EE 64 2E 0 7 CF 64 2F
Octal 0 201 356 144 56 0 7 317 144 57
Binary 0 10000001 11101110 1100100 101110 0 111 11001111 1100100 101111

Color Harmonies of #0081EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081EE

Black with #0081EE

Text Example


Text Example

White with #0081EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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