Html Css Color HEX #0538ED Persian Blue

📋 copy color: '#0538ED'

red 5 ◦ green 56 ◦ blue 237

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

Shades of Persian Blue #0538ED

Tints of Persian Blue #0538ED

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.79%

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

R = 1.68%
G = 18.79%
B = 79.53%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0538ED (or 0x0538ED) is known color: Persian Blue. HEX triplet: 05, 38 and ED. RGB value is (5,56,237). Sum of RGB (Red+Green+Blue) = 5+56+237=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #0538ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0538ED is #FAC712. Grayscale: #3C3C3C. Windows color (decimal): -16434963 or 15546373. OLE color: 15546373.

HSL color Cylindrical-coordinate representation of color #0538ED: hue angle of 226.81º 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 #0538ED is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 56 237 -
CMYK 0.98 0.76 0 0.07
HSL 226.81º 0.96% 0.47% -
HSV(B) 226.81º 0.98% 0.93% -
XYZ 16.76 8.98 80.97 -
YUV 61.39 227.1 87.78 -
System Red Green Blue C M Y K H S L
Decimal 5 56 237 0.98 0.76 0 0.07 226.81 0.96 0.47
Hex 5 38 ED 62 4C 0 7 E3 60 2F
Octal 5 70 355 142 114 0 7 343 140 57
Binary 101 111000 11101101 1100010 1001100 0 111 11100011 1100000 101111

Color Harmonies of #0538ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538ED

Black with #0538ED

Text Example


Text Example

White with #0538ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0538ED; }

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

 H1.HeaderClassName
 {
   color: #0538ED;
 }
 .AnyTagClassName
 {
   color: #0538ED;
 }
</style>

background-color css

<style>
 a { background-color: #0538ED; }

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

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

border-color css

<style>
 span { border-color: #0538ED; }

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

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