Html Css Color HEX #538BE0 Cornflower Blue

📋 copy color: '#538BE0'

red 83 ◦ green 139 ◦ blue 224

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

Shades of Cornflower Blue #538BE0

Tints of Cornflower Blue #538BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

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

R = 18.61%
G = 31.17%
B = 50.22%

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

#538BE0 (or 0x538BE0) is known color: Cornflower Blue. HEX triplet: 53, 8B and E0. RGB value is (83,139,224). Sum of RGB (Red+Green+Blue) = 83+139+224=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #538BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BE0 is #AC741F. Grayscale: #838383. Windows color (decimal): -11301920 or 14715731. OLE color: 14715731.

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

Color convert

RGB 83 139 224 -
CMYK 0.63 0.38 0 0.12
HSL 216.17º 0.69% 0.6% -
HSV(B) 216.17º 0.63% 0.88% -
XYZ 26.25 25.69 74.1 -
YUV 131.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 83 139 224 0.63 0.38 0 0.12 216.17 0.69 0.6
Hex 53 8B E0 3F 26 0 C D8 45 3C
Octal 123 213 340 77 46 0 14 330 105 74
Binary 1010011 10001011 11100000 111111 100110 0 1100 11011000 1000101 111100

Color Harmonies of #538BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BE0

Black with #538BE0

Text Example


Text Example

White with #538BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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