Html Css Color HEX #0F20FD Blue

📋 copy color: '#0F20FD'

red 15 ◦ green 32 ◦ blue 253

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

Shades of Blue #0F20FD

Tints of Blue #0F20FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

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

R = 5%
G = 10.67%
B = 84.33%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F20FD (or 0x0F20FD) is known color: Blue. HEX triplet: 0F, 20 and FD. RGB value is (15,32,253). Sum of RGB (Red+Green+Blue) = 15+32+253=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 253 (99.22% from 255 or 84.33% from 300); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F20FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F20FD is #F0DF02. Grayscale: #333333. Windows color (decimal): -15785731 or 16588815. OLE color: 16588815.

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

Color convert

RGB 15 32 253 -
CMYK 0.94 0.87 0 0.01
HSL 235.71º 0.98% 0.53% -
HSV(B) 235.71º 0.94% 0.99% -
XYZ 18.44 8.23 93.54 -
YUV 52.11 241.37 101.53 -
System Red Green Blue C M Y K H S L
Decimal 15 32 253 0.94 0.87 0 0.01 235.71 0.98 0.53
Hex F 20 FD 5E 57 0 1 EC 62 35
Octal 17 40 375 136 127 0 1 354 142 65
Binary 1111 100000 11111101 1011110 1010111 0 1 11101100 1100010 110101

Color Harmonies of #0F20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F20FD

Black with #0F20FD

Text Example


Text Example

White with #0F20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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