Html Css Color HEX #0505EB Blue

📋 copy color: '#0505EB'

red 5 ◦ green 5 ◦ blue 235

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

Shades of Blue #0505EB

Tints of Blue #0505EB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 2.04%
G = 2.04%
B = 95.92%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0505EB (or 0x0505EB) is known color: Blue. HEX triplet: 05, 05 and EB. RGB value is (5,5,235). Sum of RGB (Red+Green+Blue) = 5+5+235=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 235 (92.19% from 255 or 95.92% from 245); Max value from RGB is 235 - color contains mainly: blue. Hex color #0505EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0505EB is #FAFA14. Grayscale: #1E1E1E. Windows color (decimal): -16448021 or 15402245. OLE color: 15402245.

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

Color convert

RGB 5 5 235 -
CMYK 0.98 0.98 0 0.08
HSL 240º 0.96% 0.47% -
HSV(B) 240º 0.98% 0.92% -
XYZ 15.11 6.14 78.99 -
YUV 31.22 243 109.3 -
System Red Green Blue C M Y K H S L
Decimal 5 5 235 0.98 0.98 0 0.08 240 0.96 0.47
Hex 5 5 EB 62 62 0 8 F0 60 2F
Octal 5 5 353 142 142 0 10 360 140 57
Binary 101 101 11101011 1100010 1100010 0 1000 11110000 1100000 101111

Color Harmonies of #0505EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0505EB

Black with #0505EB

Text Example


Text Example

White with #0505EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,5,235); }

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

background-color css

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

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

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

border-color css

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

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

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