Html Css Color HEX #0081EF Dodger Blue

📋 copy color: '#0081EF'

red 0 ◦ green 129 ◦ blue 239

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

Shades of Dodger Blue #0081EF

Tints of Dodger Blue #0081EF

RGB

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

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

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

R = 0%
G = 35.05%
B = 64.95%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0081EF (or 0x0081EF) is known color: Dodger Blue. HEX triplet: 00, 81 and EF. RGB value is (0,129,239). Sum of RGB (Red+Green+Blue) = 0+129+239=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #0081EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081EF is #FF7E10. Grayscale: #666666. Windows color (decimal): -16743953 or 15696128. OLE color: 15696128.

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

Color convert

RGB 0 129 239 -
CMYK 1 0.46 0 0.06
HSL 207.62º 1% 0.47% -
HSV(B) 207.62º 1% 0.94% -
XYZ 23.43 21.93 84.66 -
YUV 102.97 204.76 54.56 -
System Red Green Blue C M Y K H S L
Decimal 0 129 239 1 0.46 0 0.06 207.62 1 0.47
Hex 0 81 EF 64 2E 0 6 D0 64 2F
Octal 0 201 357 144 56 0 6 320 144 57
Binary 0 10000001 11101111 1100100 101110 0 110 11010000 1100100 101111

Color Harmonies of #0081EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081EF

Black with #0081EF

Text Example


Text Example

White with #0081EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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