Html Css Color HEX #0F05FD Blue

📋 copy color: '#0F05FD'

red 15 ◦ green 5 ◦ blue 253

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

Shades of Blue #0F05FD

Tints of Blue #0F05FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 253 (99.22% from 255) = 92.67%

R = 5.49%
G = 1.83%
B = 92.67%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F05FD (or 0x0F05FD) is known color: Blue. HEX triplet: 0F, 05 and FD. RGB value is (15,5,253). Sum of RGB (Red+Green+Blue) = 15+5+253=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 253 (99.22% from 255 or 92.67% from 273); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F05FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F05FD is #F0FA02. Grayscale: #232323. Windows color (decimal): -15792643 or 16581903. OLE color: 16581903.

HSL color Cylindrical-coordinate representation of color #0F05FD: hue angle of 242.42º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F05FD is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 5 253 -
CMYK 0.94 0.98 0 0.01
HSL 242.42º 0.98% 0.51% -
HSV(B) 242.42º 0.98% 0.99% -
XYZ 17.98 7.3 93.39 -
YUV 36.26 250.31 112.83 -
System Red Green Blue C M Y K H S L
Decimal 15 5 253 0.94 0.98 0 0.01 242.42 0.98 0.51
Hex F 5 FD 5E 62 0 1 F2 62 33
Octal 17 5 375 136 142 0 1 362 142 63
Binary 1111 101 11111101 1011110 1100010 0 1 11110010 1100010 110011

Color Harmonies of #0F05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F05FD

Black with #0F05FD

Text Example


Text Example

White with #0F05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,5,253); }

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

background-color css

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

 a { background-color: rgb(15,5,253); }

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

border-color css

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

 span { border-color: rgb(15,5,253); }

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