Html Css Color HEX #052BED Blue

📋 copy color: '#052BED'

red 5 ◦ green 43 ◦ blue 237

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

Shades of Blue #052BED

Tints of Blue #052BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

 BLUE value IS 237 (92.97% from 255) = 83.16%

R = 1.75%
G = 15.09%
B = 83.16%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#052BED (or 0x052BED) is known color: Blue. HEX triplet: 05, 2B and ED. RGB value is (5,43,237). Sum of RGB (Red+Green+Blue) = 5+43+237=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 237 (92.97% from 255 or 83.16% from 285); Max value from RGB is 237 - color contains mainly: blue. Hex color #052BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BED is #FAD412. Grayscale: #343434. Windows color (decimal): -16438291 or 15543045. OLE color: 15543045.

HSL color Cylindrical-coordinate representation of color #052BED: hue angle of 230.17º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BED is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 43 237 -
CMYK 0.98 0.82 0 0.07
HSL 230.17º 0.96% 0.47% -
HSV(B) 230.17º 0.98% 0.93% -
XYZ 16.21 7.87 80.79 -
YUV 53.75 231.41 93.23 -
System Red Green Blue C M Y K H S L
Decimal 5 43 237 0.98 0.82 0 0.07 230.17 0.96 0.47
Hex 5 2B ED 62 52 0 7 E6 60 2F
Octal 5 53 355 142 122 0 7 346 140 57
Binary 101 101011 11101101 1100010 1010010 0 111 11100110 1100000 101111

Color Harmonies of #052BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BED

Black with #052BED

Text Example


Text Example

White with #052BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052BED; }

 p { color: rgb(5,43,237); }

 H1.HeaderClassName
 {
   color: #052BED;
 }
 .AnyTagClassName
 {
   color: #052BED;
 }
</style>

background-color css

<style>
 a { background-color: #052BED; }

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

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

border-color css

<style>
 span { border-color: #052BED; }

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

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