Html Css Color HEX #052AF2 Blue

📋 copy color: '#052AF2'

red 5 ◦ green 42 ◦ blue 242

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

Shades of Blue #052AF2

Tints of Blue #052AF2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

 BLUE value IS 242 (94.92% from 255) = 83.74%

R = 1.73%
G = 14.53%
B = 83.74%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#052AF2 (or 0x052AF2) is known color: Blue. HEX triplet: 05, 2A and F2. RGB value is (5,42,242). Sum of RGB (Red+Green+Blue) = 5+42+242=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 242 (94.92% from 255 or 83.74% from 289); Max value from RGB is 242 - color contains mainly: blue. Hex color #052AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AF2 is #FAD50D. Grayscale: #343434. Windows color (decimal): -16438542 or 15870469. OLE color: 15870469.

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

Color convert

RGB 5 42 242 -
CMYK 0.98 0.83 0 0.05
HSL 230.63º 0.96% 0.48% -
HSV(B) 230.63º 0.98% 0.95% -
XYZ 16.92 8.1 84.68 -
YUV 53.74 234.24 93.24 -
System Red Green Blue C M Y K H S L
Decimal 5 42 242 0.98 0.83 0 0.05 230.63 0.96 0.48
Hex 5 2A F2 62 53 0 5 E7 60 30
Octal 5 52 362 142 123 0 5 347 140 60
Binary 101 101010 11110010 1100010 1010011 0 101 11100111 1100000 110000

Color Harmonies of #052AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AF2

Black with #052AF2

Text Example


Text Example

White with #052AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,242); }

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

background-color css

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

 a { background-color: rgb(5,42,242); }

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

border-color css

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

 span { border-color: rgb(5,42,242); }

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