Html Css Color HEX #0F5FFF Dodger Blue

📋 copy color: '#0F5FFF'

red 15 ◦ green 95 ◦ blue 255

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

Shades of Dodger Blue #0F5FFF

Tints of Dodger Blue #0F5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 4.11%
G = 26.03%
B = 69.86%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F5FFF (or 0x0F5FFF) is known color: Dodger Blue. HEX triplet: 0F, 5F and FF. RGB value is (15,95,255). Sum of RGB (Red+Green+Blue) = 15+95+255=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F5FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5FFF is #F0A000. Grayscale: #585858. Windows color (decimal): -15769601 or 16736015. OLE color: 16736015.

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

Color convert

RGB 15 95 255 -
CMYK 0.94 0.63 0 0
HSL 220º 1% 0.53% -
HSV(B) 220º 0.94% 1% -
XYZ 22.34 15.51 96.42 -
YUV 89.32 221.5 74.99 -
System Red Green Blue C M Y K H S L
Decimal 15 95 255 0.94 0.63 0 0 220 1 0.53
Hex F 5F FF 5E 3F 0 0 DC 64 35
Octal 17 137 377 136 77 0 0 334 144 65
Binary 1111 1011111 11111111 1011110 111111 0 0 11011100 1100100 110101

Color Harmonies of #0F5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5FFF

Black with #0F5FFF

Text Example


Text Example

White with #0F5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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