Html Css Color HEX #538CE0 Cornflower Blue

📋 copy color: '#538CE0'

red 83 ◦ green 140 ◦ blue 224

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

Shades of Cornflower Blue #538CE0

Tints of Cornflower Blue #538CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 18.57%
G = 31.32%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#538CE0 (or 0x538CE0) is known color: Cornflower Blue. HEX triplet: 53, 8C and E0. RGB value is (83,140,224). Sum of RGB (Red+Green+Blue) = 83+140+224=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #538CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CE0 is #AC731F. Grayscale: #848484. Windows color (decimal): -11301664 or 14715987. OLE color: 14715987.

HSL color Cylindrical-coordinate representation of color #538CE0: hue angle of 215.74º degrees, saturation: 0.69, 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 #538CE0 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 140 224 -
CMYK 0.63 0.38 0 0.12
HSL 215.74º 0.69% 0.6% -
HSV(B) 215.74º 0.63% 0.88% -
XYZ 26.4 25.98 74.14 -
YUV 132.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 83 140 224 0.63 0.38 0 0.12 215.74 0.69 0.6
Hex 53 8C E0 3F 26 0 C D8 45 3C
Octal 123 214 340 77 46 0 14 330 105 74
Binary 1010011 10001100 11100000 111111 100110 0 1100 11011000 1000101 111100

Color Harmonies of #538CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CE0

Black with #538CE0

Text Example


Text Example

White with #538CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,224); }

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

background-color css

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

 a { background-color: rgb(83,140,224); }

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

border-color css

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

 span { border-color: rgb(83,140,224); }

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