Html Css Color HEX #0538EE Persian Blue

📋 copy color: '#0538EE'

red 5 ◦ green 56 ◦ blue 238

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

Shades of Persian Blue #0538EE

Tints of Persian Blue #0538EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.6%

R = 1.67%
G = 18.73%
B = 79.6%

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

#0538EE (or 0x0538EE) is known color: Persian Blue. HEX triplet: 05, 38 and EE. RGB value is (5,56,238). Sum of RGB (Red+Green+Blue) = 5+56+238=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #0538EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0538EE is #FAC711. Grayscale: #3C3C3C. Windows color (decimal): -16434962 or 15611909. OLE color: 15611909.

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

Color convert

RGB 5 56 238 -
CMYK 0.98 0.76 0 0.07
HSL 226.87º 0.96% 0.48% -
HSV(B) 226.87º 0.98% 0.93% -
XYZ 16.91 9.03 81.74 -
YUV 61.5 227.6 87.7 -
System Red Green Blue C M Y K H S L
Decimal 5 56 238 0.98 0.76 0 0.07 226.87 0.96 0.48
Hex 5 38 EE 62 4C 0 7 E3 60 30
Octal 5 70 356 142 114 0 7 343 140 60
Binary 101 111000 11101110 1100010 1001100 0 111 11100011 1100000 110000

Color Harmonies of #0538EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538EE

Black with #0538EE

Text Example


Text Example

White with #0538EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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