Html Css Color HEX #0F96F9 Dodger Blue

📋 copy color: '#0F96F9'

red 15 ◦ green 150 ◦ blue 249

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

Shades of Dodger Blue #0F96F9

Tints of Dodger Blue #0F96F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 3.62%
G = 36.23%
B = 60.14%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F96F9 (or 0x0F96F9) is known color: Dodger Blue. HEX triplet: 0F, 96 and F9. RGB value is (15,150,249). Sum of RGB (Red+Green+Blue) = 15+150+249=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #0F96F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F96F9 is #F06906. Grayscale: #787878. Windows color (decimal): -15755527 or 16356879. OLE color: 16356879.

HSL color Cylindrical-coordinate representation of color #0F96F9: hue angle of 205.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F96F9 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 150 249 -
CMYK 0.94 0.40 0 0.02
HSL 205.38º 0.95% 0.52% -
HSV(B) 205.38º 0.94% 0.98% -
XYZ 28.2 28.75 93.69 -
YUV 120.92 200.27 52.45 -
System Red Green Blue C M Y K H S L
Decimal 15 150 249 0.94 0.40 0 0.02 205.38 0.95 0.52
Hex F 96 F9 5E 28 0 2 CD 5F 34
Octal 17 226 371 136 50 0 2 315 137 64
Binary 1111 10010110 11111001 1011110 101000 0 10 11001101 1011111 110100

Color Harmonies of #0F96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F96F9

Black with #0F96F9

Text Example


Text Example

White with #0F96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,150,249); }

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

background-color css

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

 a { background-color: rgb(15,150,249); }

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

border-color css

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

 span { border-color: rgb(15,150,249); }

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