Html Css Color HEX #0031EB Blue

📋 copy color: '#0031EB'

red 0 ◦ green 49 ◦ blue 235

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

Shades of Blue #0031EB

Tints of Blue #0031EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 235 (92.19% from 255) = 82.75%

R = 0%
G = 17.25%
B = 82.75%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0031EB (or 0x0031EB) is known color: Blue. HEX triplet: 00, 31 and EB. RGB value is (0,49,235). Sum of RGB (Red+Green+Blue) = 0+49+235=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #0031EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031EB is #FFCE14. Grayscale: #363636. Windows color (decimal): -16764437 or 15413504. OLE color: 15413504.

HSL color Cylindrical-coordinate representation of color #0031EB: hue angle of 227.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031EB is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 49 235 -
CMYK 1 0.79 0 0.08
HSL 227.49º 1% 0.46% -
HSV(B) 227.49º 1% 0.92% -
XYZ 16.09 8.19 79.33 -
YUV 55.55 229.27 88.38 -
System Red Green Blue C M Y K H S L
Decimal 0 49 235 1 0.79 0 0.08 227.49 1 0.46
Hex 0 31 EB 64 4F 0 8 E3 64 2E
Octal 0 61 353 144 117 0 10 343 144 56
Binary 0 110001 11101011 1100100 1001111 0 1000 11100011 1100100 101110

Color Harmonies of #0031EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031EB

Black with #0031EB

Text Example


Text Example

White with #0031EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0031EB; }

 p { color: rgb(0,49,235); }

 H1.HeaderClassName
 {
   color: #0031EB;
 }
 .AnyTagClassName
 {
   color: #0031EB;
 }
</style>

background-color css

<style>
 a { background-color: #0031EB; }

 a { background-color: rgb(0,49,235); }

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

border-color css

<style>
 span { border-color: #0031EB; }

 span { border-color: rgb(0,49,235); }

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