Html Css Color HEX #0F8EF1 Dodger Blue

📋 copy color: '#0F8EF1'

red 15 ◦ green 142 ◦ blue 241

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

Shades of Dodger Blue #0F8EF1

Tints of Dodger Blue #0F8EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 241 (94.53% from 255) = 60.55%

R = 3.77%
G = 35.68%
B = 60.55%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0F8EF1 (or 0x0F8EF1) is known color: Dodger Blue. HEX triplet: 0F, 8E and F1. RGB value is (15,142,241). Sum of RGB (Red+Green+Blue) = 15+142+241=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #0F8EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8EF1 is #F0710E. Grayscale: #727272. Windows color (decimal): -15757583 or 15830543. OLE color: 15830543.

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

Color convert

RGB 15 142 241 -
CMYK 0.94 0.41 0 0.05
HSL 206.28º 0.89% 0.5% -
HSV(B) 206.28º 0.94% 0.95% -
XYZ 25.75 25.8 86.84 -
YUV 115.31 198.92 56.45 -
System Red Green Blue C M Y K H S L
Decimal 15 142 241 0.94 0.41 0 0.05 206.28 0.89 0.5
Hex F 8E F1 5E 29 0 5 CE 59 32
Octal 17 216 361 136 51 0 5 316 131 62
Binary 1111 10001110 11110001 1011110 101001 0 101 11001110 1011001 110010

Color Harmonies of #0F8EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EF1

Black with #0F8EF1

Text Example


Text Example

White with #0F8EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,142,241); }

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

background-color css

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

 a { background-color: rgb(15,142,241); }

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

border-color css

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

 span { border-color: rgb(15,142,241); }

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