Html Css Color HEX #0506EF Blue

📋 copy color: '#0506EF'

red 5 ◦ green 6 ◦ blue 239

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

Shades of Blue #0506EF

Tints of Blue #0506EF

RGB

 RED value IS 5 (2.34% from 255) = 2%

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 2%
G = 2.4%
B = 95.6%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0506EF (or 0x0506EF) is known color: Blue. HEX triplet: 05, 06 and EF. RGB value is (5,6,239). Sum of RGB (Red+Green+Blue) = 5+6+239=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 239 (93.75% from 255 or 95.6% from 250); Max value from RGB is 239 - color contains mainly: blue. Hex color #0506EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0506EF is #FAF910. Grayscale: #1F1F1F. Windows color (decimal): -16447761 or 15664645. OLE color: 15664645.

HSL color Cylindrical-coordinate representation of color #0506EF: hue angle of 239.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0506EF is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 6 239 -
CMYK 0.98 0.97 0 0.06
HSL 239.74º 0.96% 0.48% -
HSV(B) 239.74º 0.98% 0.94% -
XYZ 15.71 6.39 82.07 -
YUV 32.26 244.67 108.55 -
System Red Green Blue C M Y K H S L
Decimal 5 6 239 0.98 0.97 0 0.06 239.74 0.96 0.48
Hex 5 6 EF 62 61 0 6 F0 60 30
Octal 5 6 357 142 141 0 6 360 140 60
Binary 101 110 11101111 1100010 1100001 0 110 11110000 1100000 110000

Color Harmonies of #0506EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0506EF

Black with #0506EF

Text Example


Text Example

White with #0506EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,6,239); }

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

background-color css

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

 a { background-color: rgb(5,6,239); }

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

border-color css

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

 span { border-color: rgb(5,6,239); }

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