Html Css Color HEX #0523EB Blue

📋 copy color: '#0523EB'

red 5 ◦ green 35 ◦ blue 235

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

Shades of Blue #0523EB

Tints of Blue #0523EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 1.82%
G = 12.73%
B = 85.45%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0523EB (or 0x0523EB) is known color: Blue. HEX triplet: 05, 23 and EB. RGB value is (5,35,235). Sum of RGB (Red+Green+Blue) = 5+35+235=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #0523EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0523EB is #FADC14. Grayscale: #303030. Windows color (decimal): -16440341 or 15409925. OLE color: 15409925.

HSL color Cylindrical-coordinate representation of color #0523EB: hue angle of 232.17º 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 #0523EB is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 35 235 -
CMYK 0.98 0.85 0 0.08
HSL 232.17º 0.96% 0.47% -
HSV(B) 232.17º 0.98% 0.92% -
XYZ 15.66 7.23 79.17 -
YUV 48.83 233.06 96.74 -
System Red Green Blue C M Y K H S L
Decimal 5 35 235 0.98 0.85 0 0.08 232.17 0.96 0.47
Hex 5 23 EB 62 55 0 8 E8 60 2F
Octal 5 43 353 142 125 0 10 350 140 57
Binary 101 100011 11101011 1100010 1010101 0 1000 11101000 1100000 101111

Color Harmonies of #0523EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0523EB

Black with #0523EB

Text Example


Text Example

White with #0523EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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