Html Css Color HEX #0031EF Blue

📋 copy color: '#0031EF'

red 0 ◦ green 49 ◦ blue 239

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

Shades of Blue #0031EF

Tints of Blue #0031EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 82.99%

R = 0%
G = 17.01%
B = 82.99%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0031EF (or 0x0031EF) is known color: Blue. HEX triplet: 00, 31 and EF. RGB value is (0,49,239). Sum of RGB (Red+Green+Blue) = 0+49+239=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #0031EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0031EF is #FFCE10. Grayscale: #373737. Windows color (decimal): -16764433 or 15675648. OLE color: 15675648.

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

Color convert

RGB 0 49 239 -
CMYK 1 0.79 0 0.06
HSL 227.7º 1% 0.47% -
HSV(B) 227.7º 1% 0.94% -
XYZ 16.68 8.43 82.41 -
YUV 56.01 231.27 88.05 -
System Red Green Blue C M Y K H S L
Decimal 0 49 239 1 0.79 0 0.06 227.7 1 0.47
Hex 0 31 EF 64 4F 0 6 E4 64 2F
Octal 0 61 357 144 117 0 6 344 144 57
Binary 0 110001 11101111 1100100 1001111 0 110 11100100 1100100 101111

Color Harmonies of #0031EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031EF

Black with #0031EF

Text Example


Text Example

White with #0031EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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