Html Css Color HEX #052DF7 Blue

📋 copy color: '#052DF7'

red 5 ◦ green 45 ◦ blue 247

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

Shades of Blue #052DF7

Tints of Blue #052DF7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

 BLUE value IS 247 (96.88% from 255) = 83.16%

R = 1.68%
G = 15.15%
B = 83.16%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#052DF7 (or 0x052DF7) is known color: Blue. HEX triplet: 05, 2D and F7. RGB value is (5,45,247). Sum of RGB (Red+Green+Blue) = 5+45+247=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 247 (96.88% from 255 or 83.16% from 297); Max value from RGB is 247 - color contains mainly: blue. Hex color #052DF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052DF7 is #FAD208. Grayscale: #373737. Windows color (decimal): -16437769 or 16198917. OLE color: 16198917.

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

Color convert

RGB 5 45 247 -
CMYK 0.98 0.82 0 0.03
HSL 230.08º 0.96% 0.49% -
HSV(B) 230.08º 0.98% 0.97% -
XYZ 17.79 8.62 88.72 -
YUV 56.07 235.75 91.57 -
System Red Green Blue C M Y K H S L
Decimal 5 45 247 0.98 0.82 0 0.03 230.08 0.96 0.49
Hex 5 2D F7 62 52 0 3 E6 60 31
Octal 5 55 367 142 122 0 3 346 140 61
Binary 101 101101 11110111 1100010 1010010 0 11 11100110 1100000 110001

Color Harmonies of #052DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DF7

Black with #052DF7

Text Example


Text Example

White with #052DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,247); }

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

background-color css

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

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

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

border-color css

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

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

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