Html Css Color HEX #0F76FF Dodger Blue

📋 copy color: '#0F76FF'

red 15 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #0F76FF

Tints of Dodger Blue #0F76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 255 (100% from 255) = 65.72%

R = 3.87%
G = 30.41%
B = 65.72%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F76FF (or 0x0F76FF) is known color: Dodger Blue. HEX triplet: 0F, 76 and FF. RGB value is (15,118,255). Sum of RGB (Red+Green+Blue) = 15+118+255=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F76FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F76FF is #F08900. Grayscale: #666666. Windows color (decimal): -15763713 or 16741903. OLE color: 16741903.

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

Color convert

RGB 15 118 255 -
CMYK 0.94 0.54 0 0
HSL 214.25º 1% 0.53% -
HSV(B) 214.25º 0.94% 1% -
XYZ 24.73 20.28 97.22 -
YUV 102.82 213.88 65.36 -
System Red Green Blue C M Y K H S L
Decimal 15 118 255 0.94 0.54 0 0 214.25 1 0.53
Hex F 76 FF 5E 36 0 0 D6 64 35
Octal 17 166 377 136 66 0 0 326 144 65
Binary 1111 1110110 11111111 1011110 110110 0 0 11010110 1100100 110101

Color Harmonies of #0F76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F76FF

Black with #0F76FF

Text Example


Text Example

White with #0F76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,118,255); }

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

background-color css

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

 a { background-color: rgb(15,118,255); }

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

border-color css

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

 span { border-color: rgb(15,118,255); }

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