Html Css Color HEX #0F71EF Dodger Blue

📋 copy color: '#0F71EF'

red 15 ◦ green 113 ◦ blue 239

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

Shades of Dodger Blue #0F71EF

Tints of Dodger Blue #0F71EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 4.09%
G = 30.79%
B = 65.12%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F71EF (or 0x0F71EF) is known color: Dodger Blue. HEX triplet: 0F, 71 and EF. RGB value is (15,113,239). Sum of RGB (Red+Green+Blue) = 15+113+239=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F71EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F71EF is #F08E10. Grayscale: #616161. Windows color (decimal): -15765009 or 15692047. OLE color: 15692047.

HSL color Cylindrical-coordinate representation of color #0F71EF: hue angle of 213.75º 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 #0F71EF is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 113 239 -
CMYK 0.94 0.53 0 0.06
HSL 213.75º 0.88% 0.5% -
HSV(B) 213.75º 0.94% 0.94% -
XYZ 21.68 18.14 84.02 -
YUV 98.06 207.53 68.75 -
System Red Green Blue C M Y K H S L
Decimal 15 113 239 0.94 0.53 0 0.06 213.75 0.88 0.5
Hex F 71 EF 5E 35 0 6 D6 58 32
Octal 17 161 357 136 65 0 6 326 130 62
Binary 1111 1110001 11101111 1011110 110101 0 110 11010110 1011000 110010

Color Harmonies of #0F71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71EF

Black with #0F71EF

Text Example


Text Example

White with #0F71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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