Html Css Color HEX #0F8CEF Dodger Blue

📋 copy color: '#0F8CEF'

red 15 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #0F8CEF

Tints of Dodger Blue #0F8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 3.81%
G = 35.53%
B = 60.66%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F8CEF (or 0x0F8CEF) is known color: Dodger Blue. HEX triplet: 0F, 8C and EF. RGB value is (15,140,239). Sum of RGB (Red+Green+Blue) = 15+140+239=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F8CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8CEF is #F07310. Grayscale: #717171. Windows color (decimal): -15758097 or 15698959. OLE color: 15698959.

HSL color Cylindrical-coordinate representation of color #0F8CEF: hue angle of 206.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8CEF is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 140 239 -
CMYK 0.94 0.41 0 0.06
HSL 206.52º 0.88% 0.5% -
HSV(B) 206.52º 0.94% 0.94% -
XYZ 25.16 25.09 85.18 -
YUV 113.91 198.59 57.45 -
System Red Green Blue C M Y K H S L
Decimal 15 140 239 0.94 0.41 0 0.06 206.52 0.88 0.5
Hex F 8C EF 5E 29 0 6 CF 58 32
Octal 17 214 357 136 51 0 6 317 130 62
Binary 1111 10001100 11101111 1011110 101001 0 110 11001111 1011000 110010

Color Harmonies of #0F8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8CEF

Black with #0F8CEF

Text Example


Text Example

White with #0F8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,140,239); }

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

background-color css

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

 a { background-color: rgb(15,140,239); }

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

border-color css

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

 span { border-color: rgb(15,140,239); }

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