Html Css Color HEX #538EE1 Cornflower Blue

📋 copy color: '#538EE1'

red 83 ◦ green 142 ◦ blue 225

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

Shades of Cornflower Blue #538EE1

Tints of Cornflower Blue #538EE1

RGB

 RED value IS 83 (32.81% from 255) = 18.44%

 GREEN value IS 142 (55.86% from 255) = 31.56%

 BLUE value IS 225 (88.28% from 255) = 50%

R = 18.44%
G = 31.56%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#538EE1 (or 0x538EE1) is known color: Cornflower Blue. HEX triplet: 53, 8E and E1. RGB value is (83,142,225). Sum of RGB (Red+Green+Blue) = 83+142+225=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #538EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EE1 is #AC711E. Grayscale: #858585. Windows color (decimal): -11301151 or 14782035. OLE color: 14782035.

HSL color Cylindrical-coordinate representation of color #538EE1: hue angle of 215.07º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538EE1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 142 225 -
CMYK 0.63 0.37 0 0.12
HSL 215.07º 0.7% 0.6% -
HSV(B) 215.07º 0.63% 0.88% -
XYZ 26.83 26.62 74.96 -
YUV 133.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 83 142 225 0.63 0.37 0 0.12 215.07 0.7 0.6
Hex 53 8E E1 3F 25 0 C D7 46 3C
Octal 123 216 341 77 45 0 14 327 106 74
Binary 1010011 10001110 11100001 111111 100101 0 1100 11010111 1000110 111100

Color Harmonies of #538EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EE1

Black with #538EE1

Text Example


Text Example

White with #538EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538EE1; }

 p { color: rgb(83,142,225); }

 H1.HeaderClassName
 {
   color: #538EE1;
 }
 .AnyTagClassName
 {
   color: #538EE1;
 }
</style>

background-color css

<style>
 a { background-color: #538EE1; }

 a { background-color: rgb(83,142,225); }

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

border-color css

<style>
 span { border-color: #538EE1; }

 span { border-color: rgb(83,142,225); }

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