Html Css Color HEX #0F74F6 Dodger Blue

📋 copy color: '#0F74F6'

red 15 ◦ green 116 ◦ blue 246

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

Shades of Dodger Blue #0F74F6

Tints of Dodger Blue #0F74F6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 246 (96.48% from 255) = 65.25%

R = 3.98%
G = 30.77%
B = 65.25%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0F74F6 (or 0x0F74F6) is known color: Dodger Blue. HEX triplet: 0F, 74 and F6. RGB value is (15,116,246). Sum of RGB (Red+Green+Blue) = 15+116+246=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #0F74F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F74F6 is #F08B09. Grayscale: #646464. Windows color (decimal): -15764234 or 16151567. OLE color: 16151567.

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

Color convert

RGB 15 116 246 -
CMYK 0.94 0.53 0 0.04
HSL 213.77º 0.93% 0.51% -
HSV(B) 213.77º 0.94% 0.96% -
XYZ 23.08 19.25 89.69 -
YUV 100.62 210.04 66.93 -
System Red Green Blue C M Y K H S L
Decimal 15 116 246 0.94 0.53 0 0.04 213.77 0.93 0.51
Hex F 74 F6 5E 35 0 4 D6 5D 33
Octal 17 164 366 136 65 0 4 326 135 63
Binary 1111 1110100 11110110 1011110 110101 0 100 11010110 1011101 110011

Color Harmonies of #0F74F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F74F6

Black with #0F74F6

Text Example


Text Example

White with #0F74F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,246); }

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

background-color css

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

 a { background-color: rgb(15,116,246); }

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

border-color css

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

 span { border-color: rgb(15,116,246); }

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