Html Css Color HEX #052AF6 Blue

📋 copy color: '#052AF6'

red 5 ◦ green 42 ◦ blue 246

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

Shades of Blue #052AF6

Tints of Blue #052AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 83.96%

R = 1.71%
G = 14.33%
B = 83.96%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#052AF6 (or 0x052AF6) is known color: Blue. HEX triplet: 05, 2A and F6. RGB value is (5,42,246). Sum of RGB (Red+Green+Blue) = 5+42+246=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 246 (96.48% from 255 or 83.96% from 293); Max value from RGB is 246 - color contains mainly: blue. Hex color #052AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052AF6 is #FAD509. Grayscale: #353535. Windows color (decimal): -16438538 or 16132613. OLE color: 16132613.

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

Color convert

RGB 5 42 246 -
CMYK 0.98 0.83 0 0.04
HSL 230.79º 0.96% 0.49% -
HSV(B) 230.79º 0.98% 0.96% -
XYZ 17.53 8.34 87.88 -
YUV 54.19 236.24 92.91 -
System Red Green Blue C M Y K H S L
Decimal 5 42 246 0.98 0.83 0 0.04 230.79 0.96 0.49
Hex 5 2A F6 62 53 0 4 E7 60 31
Octal 5 52 366 142 123 0 4 347 140 61
Binary 101 101010 11110110 1100010 1010011 0 100 11100111 1100000 110001

Color Harmonies of #052AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AF6

Black with #052AF6

Text Example


Text Example

White with #052AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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