Html Css Color HEX #052FEE Blue

📋 copy color: '#052FEE'

red 5 ◦ green 47 ◦ blue 238

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

Shades of Blue #052FEE

Tints of Blue #052FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 238 (93.36% from 255) = 82.07%

R = 1.72%
G = 16.21%
B = 82.07%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#052FEE (or 0x052FEE) is known color: Blue. HEX triplet: 05, 2F and EE. RGB value is (5,47,238). Sum of RGB (Red+Green+Blue) = 5+47+238=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #052FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FEE is #FAD011. Grayscale: #373737. Windows color (decimal): -16437266 or 15609605. OLE color: 15609605.

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

Color convert

RGB 5 47 238 -
CMYK 0.98 0.80 0 0.07
HSL 229.18º 0.96% 0.48% -
HSV(B) 229.18º 0.98% 0.93% -
XYZ 16.51 8.24 81.61 -
YUV 56.22 230.59 91.47 -
System Red Green Blue C M Y K H S L
Decimal 5 47 238 0.98 0.80 0 0.07 229.18 0.96 0.48
Hex 5 2F EE 62 50 0 7 E5 60 30
Octal 5 57 356 142 120 0 7 345 140 60
Binary 101 101111 11101110 1100010 1010000 0 111 11100101 1100000 110000

Color Harmonies of #052FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FEE

Black with #052FEE

Text Example


Text Example

White with #052FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,238); }

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

background-color css

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

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

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

border-color css

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

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

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