Html Css Color HEX #0F9FFF Dodger Blue

📋 copy color: '#0F9FFF'

red 15 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #0F9FFF

Tints of Dodger Blue #0F9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.06%

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

R = 3.5%
G = 37.06%
B = 59.44%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F9FFF (or 0x0F9FFF) is known color: Dodger Blue. HEX triplet: 0F, 9F and FF. RGB value is (15,159,255). Sum of RGB (Red+Green+Blue) = 15+159+255=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F9FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9FFF is #F06000. Grayscale: #7E7E7E. Windows color (decimal): -15753217 or 16752399. OLE color: 16752399.

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

Color convert

RGB 15 159 255 -
CMYK 0.94 0.38 0 0
HSL 204º 1% 0.53% -
HSV(B) 204º 0.94% 1% -
XYZ 30.65 32.12 99.19 -
YUV 126.89 200.29 48.19 -
System Red Green Blue C M Y K H S L
Decimal 15 159 255 0.94 0.38 0 0 204 1 0.53
Hex F 9F FF 5E 26 0 0 CC 64 35
Octal 17 237 377 136 46 0 0 314 144 65
Binary 1111 10011111 11111111 1011110 100110 0 0 11001100 1100100 110101

Color Harmonies of #0F9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9FFF

Black with #0F9FFF

Text Example


Text Example

White with #0F9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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