Html Css Color HEX #053DED Persian Blue

📋 copy color: '#053DED'

red 5 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #053DED

Tints of Persian Blue #053DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 237 (92.97% from 255) = 78.22%

R = 1.65%
G = 20.13%
B = 78.22%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053DED (or 0x053DED) is known color: Persian Blue. HEX triplet: 05, 3D and ED. RGB value is (5,61,237). Sum of RGB (Red+Green+Blue) = 5+61+237=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #053DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DED is #FAC212. Grayscale: #3F3F3F. Windows color (decimal): -16433683 or 15547653. OLE color: 15547653.

HSL color Cylindrical-coordinate representation of color #053DED: hue angle of 225.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DED is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 61 237 -
CMYK 0.98 0.74 0 0.07
HSL 225.52º 0.96% 0.47% -
HSV(B) 225.52º 0.98% 0.93% -
XYZ 17.02 9.48 81.05 -
YUV 64.32 225.45 85.69 -
System Red Green Blue C M Y K H S L
Decimal 5 61 237 0.98 0.74 0 0.07 225.52 0.96 0.47
Hex 5 3D ED 62 4A 0 7 E2 60 2F
Octal 5 75 355 142 112 0 7 342 140 57
Binary 101 111101 11101101 1100010 1001010 0 111 11100010 1100000 101111

Color Harmonies of #053DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DED

Black with #053DED

Text Example


Text Example

White with #053DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,237); }

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

background-color css

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

 a { background-color: rgb(5,61,237); }

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

border-color css

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

 span { border-color: rgb(5,61,237); }

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