Html Css Color HEX #538EDC Cornflower Blue

📋 copy color: '#538EDC'

red 83 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #538EDC

Tints of Cornflower Blue #538EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 18.65%
G = 31.91%
B = 49.44%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#538EDC (or 0x538EDC) is known color: Cornflower Blue. HEX triplet: 53, 8E and DC. RGB value is (83,142,220). Sum of RGB (Red+Green+Blue) = 83+142+220=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #538EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDC is #AC7123. Grayscale: #848484. Windows color (decimal): -11301156 or 14454355. OLE color: 14454355.

HSL color Cylindrical-coordinate representation of color #538EDC: hue angle of 214.16º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538EDC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 142 220 -
CMYK 0.62 0.35 0 0.14
HSL 214.16º 0.66% 0.59% -
HSV(B) 214.16º 0.62% 0.86% -
XYZ 26.16 26.35 71.42 -
YUV 133.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 83 142 220 0.62 0.35 0 0.14 214.16 0.66 0.59
Hex 53 8E DC 3E 23 0 E D6 42 3B
Octal 123 216 334 76 43 0 16 326 102 73
Binary 1010011 10001110 11011100 111110 100011 0 1110 11010110 1000010 111011

Color Harmonies of #538EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EDC

Black with #538EDC

Text Example


Text Example

White with #538EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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