Html Css Color HEX #053CFC Blue

📋 copy color: '#053CFC'

red 5 ◦ green 60 ◦ blue 252

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

Shades of Blue #053CFC

Tints of Blue #053CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

 BLUE value IS 252 (98.83% from 255) = 79.5%

R = 1.58%
G = 18.93%
B = 79.5%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#053CFC (or 0x053CFC) is known color: Blue. HEX triplet: 05, 3C and FC. RGB value is (5,60,252). Sum of RGB (Red+Green+Blue) = 5+60+252=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #053CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CFC is #FAC303. Grayscale: #404040. Windows color (decimal): -16433924 or 16530437. OLE color: 16530437.

HSL color Cylindrical-coordinate representation of color #053CFC: hue angle of 226.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CFC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 60 252 -
CMYK 0.98 0.76 0 0.01
HSL 226.64º 0.98% 0.5% -
HSV(B) 226.64º 0.98% 0.99% -
XYZ 19.25 10.29 93.07 -
YUV 65.44 233.28 84.89 -
System Red Green Blue C M Y K H S L
Decimal 5 60 252 0.98 0.76 0 0.01 226.64 0.98 0.5
Hex 5 3C FC 62 4C 0 1 E3 62 32
Octal 5 74 374 142 114 0 1 343 142 62
Binary 101 111100 11111100 1100010 1001100 0 1 11100011 1100010 110010

Color Harmonies of #053CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CFC

Black with #053CFC

Text Example


Text Example

White with #053CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053CFC; }

 p { color: rgb(5,60,252); }

 H1.HeaderClassName
 {
   color: #053CFC;
 }
 .AnyTagClassName
 {
   color: #053CFC;
 }
</style>

background-color css

<style>
 a { background-color: #053CFC; }

 a { background-color: rgb(5,60,252); }

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

border-color css

<style>
 span { border-color: #053CFC; }

 span { border-color: rgb(5,60,252); }

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