Html Css Color HEX #0F81EB Dodger Blue

📋 copy color: '#0F81EB'

red 15 ◦ green 129 ◦ blue 235

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

Shades of Dodger Blue #0F81EB

Tints of Dodger Blue #0F81EB

RGB

 RED value IS 15 (6.25% from 255) = 3.96%

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

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 3.96%
G = 34.04%
B = 62.01%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F81EB (or 0x0F81EB) is known color: Dodger Blue. HEX triplet: 0F, 81 and EB. RGB value is (15,129,235). Sum of RGB (Red+Green+Blue) = 15+129+235=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F81EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F81EB is #F07E14. Grayscale: #6A6A6A. Windows color (decimal): -15760917 or 15433999. OLE color: 15433999.

HSL color Cylindrical-coordinate representation of color #0F81EB: hue angle of 208.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F81EB is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 129 235 -
CMYK 0.94 0.45 0 0.08
HSL 208.91º 0.88% 0.49% -
HSV(B) 208.91º 0.94% 0.92% -
XYZ 23.04 21.8 81.59 -
YUV 107 200.23 62.38 -
System Red Green Blue C M Y K H S L
Decimal 15 129 235 0.94 0.45 0 0.08 208.91 0.88 0.49
Hex F 81 EB 5E 2D 0 8 D1 58 31
Octal 17 201 353 136 55 0 10 321 130 61
Binary 1111 10000001 11101011 1011110 101101 0 1000 11010001 1011000 110001

Color Harmonies of #0F81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F81EB

Black with #0F81EB

Text Example


Text Example

White with #0F81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,129,235); }

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

background-color css

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

 a { background-color: rgb(15,129,235); }

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

border-color css

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

 span { border-color: rgb(15,129,235); }

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