Html Css Color HEX #538CDC Cornflower Blue

📋 copy color: '#538CDC'

red 83 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #538CDC

Tints of Cornflower Blue #538CDC

RGB

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

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

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

R = 18.74%
G = 31.6%
B = 49.66%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#538CDC (or 0x538CDC) is known color: Cornflower Blue. HEX triplet: 53, 8C and DC. RGB value is (83,140,220). Sum of RGB (Red+Green+Blue) = 83+140+220=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #538CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDC is #AC7323. Grayscale: #838383. Windows color (decimal): -11301668 or 14453843. OLE color: 14453843.

HSL color Cylindrical-coordinate representation of color #538CDC: hue angle of 215.04º 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 #538CDC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 140 220 -
CMYK 0.62 0.36 0 0.14
HSL 215.04º 0.66% 0.59% -
HSV(B) 215.04º 0.62% 0.86% -
XYZ 25.86 25.76 71.32 -
YUV 132.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 83 140 220 0.62 0.36 0 0.14 215.04 0.66 0.59
Hex 53 8C DC 3E 24 0 E D7 42 3B
Octal 123 214 334 76 44 0 16 327 102 73
Binary 1010011 10001100 11011100 111110 100100 0 1110 11010111 1000010 111011

Color Harmonies of #538CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CDC

Black with #538CDC

Text Example


Text Example

White with #538CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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