Html Css Color HEX #538EDD Cornflower Blue

📋 copy color: '#538EDD'

red 83 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #538EDD

Tints of Cornflower Blue #538EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 18.61%
G = 31.84%
B = 49.55%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#538EDD (or 0x538EDD) is known color: Cornflower Blue. HEX triplet: 53, 8E and DD. RGB value is (83,142,221). Sum of RGB (Red+Green+Blue) = 83+142+221=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #538EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDD is #AC7122. Grayscale: #848484. Windows color (decimal): -11301155 or 14519891. OLE color: 14519891.

HSL color Cylindrical-coordinate representation of color #538EDD: hue angle of 214.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538EDD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 142 221 -
CMYK 0.62 0.36 0 0.13
HSL 214.35º 0.67% 0.6% -
HSV(B) 214.35º 0.62% 0.87% -
XYZ 26.29 26.41 72.12 -
YUV 133.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 83 142 221 0.62 0.36 0 0.13 214.35 0.67 0.6
Hex 53 8E DD 3E 24 0 D D6 43 3C
Octal 123 216 335 76 44 0 15 326 103 74
Binary 1010011 10001110 11011101 111110 100100 0 1101 11010110 1000011 111100

Color Harmonies of #538EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EDD

Black with #538EDD

Text Example


Text Example

White with #538EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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