Html Css Color HEX #0631FD Blue

📋 copy color: '#0631FD'

red 6 ◦ green 49 ◦ blue 253

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

Shades of Blue #0631FD

Tints of Blue #0631FD

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

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

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

R = 1.95%
G = 15.91%
B = 82.14%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0631FD (or 0x0631FD) is known color: Blue. HEX triplet: 06, 31 and FD. RGB value is (6,49,253). Sum of RGB (Red+Green+Blue) = 6+49+253=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #0631FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0631FD is #F9CE02. Grayscale: #3A3A3A. Windows color (decimal): -16371203 or 16593158. OLE color: 16593158.

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

Color convert

RGB 6 49 253 -
CMYK 0.98 0.81 0 0.01
HSL 229.55º 0.98% 0.51% -
HSV(B) 229.55º 0.98% 0.99% -
XYZ 18.9 9.33 93.73 -
YUV 59.4 237.25 89.91 -
System Red Green Blue C M Y K H S L
Decimal 6 49 253 0.98 0.81 0 0.01 229.55 0.98 0.51
Hex 6 31 FD 62 51 0 1 E6 62 33
Octal 6 61 375 142 121 0 1 346 142 63
Binary 110 110001 11111101 1100010 1010001 0 1 11100110 1100010 110011

Color Harmonies of #0631FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0631FD

Black with #0631FD

Text Example


Text Example

White with #0631FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0631FD; }

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

 H1.HeaderClassName
 {
   color: #0631FD;
 }
 .AnyTagClassName
 {
   color: #0631FD;
 }
</style>

background-color css

<style>
 a { background-color: #0631FD; }

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

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

border-color css

<style>
 span { border-color: #0631FD; }

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

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