Html Css Color HEX #0F70F5 Dodger Blue

📋 copy color: '#0F70F5'

red 15 ◦ green 112 ◦ blue 245

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

Shades of Dodger Blue #0F70F5

Tints of Dodger Blue #0F70F5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 245 (96.09% from 255) = 65.86%

R = 4.03%
G = 30.11%
B = 65.86%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0F70F5 (or 0x0F70F5) is known color: Dodger Blue. HEX triplet: 0F, 70 and F5. RGB value is (15,112,245). Sum of RGB (Red+Green+Blue) = 15+112+245=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #0F70F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F70F5 is #F08F0A. Grayscale: #616161. Windows color (decimal): -15765259 or 16085007. OLE color: 16085007.

HSL color Cylindrical-coordinate representation of color #0F70F5: hue angle of 214.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F70F5 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 112 245 -
CMYK 0.94 0.54 0 0.04
HSL 214.7º 0.92% 0.51% -
HSV(B) 214.7º 0.94% 0.96% -
XYZ 22.47 18.28 88.73 -
YUV 98.16 210.86 68.69 -
System Red Green Blue C M Y K H S L
Decimal 15 112 245 0.94 0.54 0 0.04 214.7 0.92 0.51
Hex F 70 F5 5E 36 0 4 D7 5C 33
Octal 17 160 365 136 66 0 4 327 134 63
Binary 1111 1110000 11110101 1011110 110110 0 100 11010111 1011100 110011

Color Harmonies of #0F70F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F70F5

Black with #0F70F5

Text Example


Text Example

White with #0F70F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,245); }

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

background-color css

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

 a { background-color: rgb(15,112,245); }

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

border-color css

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

 span { border-color: rgb(15,112,245); }

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