Html Css Color HEX #052CED Blue

📋 copy color: '#052CED'

red 5 ◦ green 44 ◦ blue 237

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

Shades of Blue #052CED

Tints of Blue #052CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 1.75%
G = 15.38%
B = 82.87%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#052CED (or 0x052CED) is known color: Blue. HEX triplet: 05, 2C and ED. RGB value is (5,44,237). Sum of RGB (Red+Green+Blue) = 5+44+237=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #052CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CED is #FAD312. Grayscale: #353535. Windows color (decimal): -16438035 or 15543301. OLE color: 15543301.

HSL color Cylindrical-coordinate representation of color #052CED: hue angle of 229.91º 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 #052CED is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 44 237 -
CMYK 0.98 0.81 0 0.07
HSL 229.91º 0.96% 0.47% -
HSV(B) 229.91º 0.98% 0.93% -
XYZ 16.25 7.95 80.8 -
YUV 54.34 231.08 92.81 -
System Red Green Blue C M Y K H S L
Decimal 5 44 237 0.98 0.81 0 0.07 229.91 0.96 0.47
Hex 5 2C ED 62 51 0 7 E6 60 2F
Octal 5 54 355 142 121 0 7 346 140 57
Binary 101 101100 11101101 1100010 1010001 0 111 11100110 1100000 101111

Color Harmonies of #052CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CED

Black with #052CED

Text Example


Text Example

White with #052CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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