Html Css Color HEX #0F0DFF Blue

📋 copy color: '#0F0DFF'

red 15 ◦ green 13 ◦ blue 255

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

Shades of Blue #0F0DFF

Tints of Blue #0F0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 5.3%
G = 4.59%
B = 90.11%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F0DFF (or 0x0F0DFF) is known color: Blue. HEX triplet: 0F, 0D and FF. RGB value is (15,13,255). Sum of RGB (Red+Green+Blue) = 15+13+255=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 255 (100% from 255 or 90.11% from 283); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F0DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0DFF is #F0F200. Grayscale: #282828. Windows color (decimal): -15790593 or 16715023. OLE color: 16715023.

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

Color convert

RGB 15 13 255 -
CMYK 0.94 0.95 0 0
HSL 240.5º 1% 0.53% -
HSV(B) 240.5º 0.95% 1% -
XYZ 18.39 7.61 95.11 -
YUV 41.19 248.66 109.32 -
System Red Green Blue C M Y K H S L
Decimal 15 13 255 0.94 0.95 0 0 240.5 1 0.53
Hex F D FF 5E 5F 0 0 F0 64 35
Octal 17 15 377 136 137 0 0 360 144 65
Binary 1111 1101 11111111 1011110 1011111 0 0 11110000 1100100 110101

Color Harmonies of #0F0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0DFF

Black with #0F0DFF

Text Example


Text Example

White with #0F0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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