Html Css Color HEX #052CF9 Blue

📋 copy color: '#052CF9'

red 5 ◦ green 44 ◦ blue 249

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

Shades of Blue #052CF9

Tints of Blue #052CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 83.56%

R = 1.68%
G = 14.77%
B = 83.56%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#052CF9 (or 0x052CF9) is known color: Blue. HEX triplet: 05, 2C and F9. RGB value is (5,44,249). Sum of RGB (Red+Green+Blue) = 5+44+249=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 249 (97.66% from 255 or 83.56% from 298); Max value from RGB is 249 - color contains mainly: blue. Hex color #052CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052CF9 is #FAD306. Grayscale: #363636. Windows color (decimal): -16438023 or 16329733. OLE color: 16329733.

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

Color convert

RGB 5 44 249 -
CMYK 0.98 0.82 0 0.02
HSL 230.41º 0.96% 0.5% -
HSV(B) 230.41º 0.98% 0.98% -
XYZ 18.06 8.67 90.34 -
YUV 55.71 237.08 91.83 -
System Red Green Blue C M Y K H S L
Decimal 5 44 249 0.98 0.82 0 0.02 230.41 0.96 0.5
Hex 5 2C F9 62 52 0 2 E6 60 32
Octal 5 54 371 142 122 0 2 346 140 62
Binary 101 101100 11111001 1100010 1010010 0 10 11100110 1100000 110010

Color Harmonies of #052CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CF9

Black with #052CF9

Text Example


Text Example

White with #052CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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