Html Css Color HEX #053CF3 Persian Blue

📋 copy color: '#053CF3'

red 5 ◦ green 60 ◦ blue 243

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

Shades of Persian Blue #053CF3

Tints of Persian Blue #053CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 78.9%

R = 1.62%
G = 19.48%
B = 78.9%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#053CF3 (or 0x053CF3) is known color: Persian Blue. HEX triplet: 05, 3C and F3. RGB value is (5,60,243). Sum of RGB (Red+Green+Blue) = 5+60+243=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #053CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CF3 is #FAC30C. Grayscale: #3F3F3F. Windows color (decimal): -16433933 or 15940613. OLE color: 15940613.

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

Color convert

RGB 5 60 243 -
CMYK 0.98 0.75 0 0.05
HSL 226.13º 0.96% 0.49% -
HSV(B) 226.13º 0.98% 0.95% -
XYZ 17.86 9.74 85.73 -
YUV 64.42 228.78 85.62 -
System Red Green Blue C M Y K H S L
Decimal 5 60 243 0.98 0.75 0 0.05 226.13 0.96 0.49
Hex 5 3C F3 62 4B 0 5 E2 60 31
Octal 5 74 363 142 113 0 5 342 140 61
Binary 101 111100 11110011 1100010 1001011 0 101 11100010 1100000 110001

Color Harmonies of #053CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CF3

Black with #053CF3

Text Example


Text Example

White with #053CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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