Html Css Color HEX #0F8FEE Dodger Blue

📋 copy color: '#0F8FEE'

red 15 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #0F8FEE

Tints of Dodger Blue #0F8FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 3.79%
G = 36.11%
B = 60.1%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F8FEE (or 0x0F8FEE) is known color: Dodger Blue. HEX triplet: 0F, 8F and EE. RGB value is (15,143,238). Sum of RGB (Red+Green+Blue) = 15+143+238=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F8FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8FEE is #F07011. Grayscale: #737373. Windows color (decimal): -15757330 or 15634191. OLE color: 15634191.

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

Color convert

RGB 15 143 238 -
CMYK 0.94 0.40 0 0.07
HSL 205.56º 0.88% 0.5% -
HSV(B) 205.56º 0.94% 0.93% -
XYZ 25.45 25.92 84.55 -
YUV 115.56 197.09 56.28 -
System Red Green Blue C M Y K H S L
Decimal 15 143 238 0.94 0.40 0 0.07 205.56 0.88 0.5
Hex F 8F EE 5E 28 0 7 CE 58 32
Octal 17 217 356 136 50 0 7 316 130 62
Binary 1111 10001111 11101110 1011110 101000 0 111 11001110 1011000 110010

Color Harmonies of #0F8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8FEE

Black with #0F8FEE

Text Example


Text Example

White with #0F8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,143,238); }

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

background-color css

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

 a { background-color: rgb(15,143,238); }

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

border-color css

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

 span { border-color: rgb(15,143,238); }

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