Html Css Color HEX #0F31FD Blue

📋 copy color: '#0F31FD'

red 15 ◦ green 49 ◦ blue 253

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

Shades of Blue #0F31FD

Tints of Blue #0F31FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 4.73%
G = 15.46%
B = 79.81%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F31FD (or 0x0F31FD) is known color: Blue. HEX triplet: 0F, 31 and FD. RGB value is (15,49,253). Sum of RGB (Red+Green+Blue) = 15+49+253=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F31FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F31FD is #F0CE02. Grayscale: #3D3D3D. Windows color (decimal): -15781379 or 16593167. OLE color: 16593167.

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

Color convert

RGB 15 49 253 -
CMYK 0.94 0.81 0 0.01
HSL 231.43º 0.98% 0.53% -
HSV(B) 231.43º 0.94% 0.99% -
XYZ 19.02 9.39 93.74 -
YUV 62.09 235.74 94.41 -
System Red Green Blue C M Y K H S L
Decimal 15 49 253 0.94 0.81 0 0.01 231.43 0.98 0.53
Hex F 31 FD 5E 51 0 1 E7 62 35
Octal 17 61 375 136 121 0 1 347 142 65
Binary 1111 110001 11111101 1011110 1010001 0 1 11100111 1100010 110101

Color Harmonies of #0F31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F31FD

Black with #0F31FD

Text Example


Text Example

White with #0F31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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