Html Css Color HEX #538CDD Cornflower Blue

📋 copy color: '#538CDD'

red 83 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #538CDD

Tints of Cornflower Blue #538CDD

RGB

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

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

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

R = 18.69%
G = 31.53%
B = 49.77%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#538CDD (or 0x538CDD) is known color: Cornflower Blue. HEX triplet: 53, 8C and DD. RGB value is (83,140,221). Sum of RGB (Red+Green+Blue) = 83+140+221=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #538CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDD is #AC7322. Grayscale: #838383. Windows color (decimal): -11301667 or 14519379. OLE color: 14519379.

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

Color convert

RGB 83 140 221 -
CMYK 0.62 0.37 0 0.13
HSL 215.22º 0.67% 0.6% -
HSV(B) 215.22º 0.62% 0.87% -
XYZ 26 25.82 72.02 -
YUV 132.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 83 140 221 0.62 0.37 0 0.13 215.22 0.67 0.6
Hex 53 8C DD 3E 25 0 D D7 43 3C
Octal 123 214 335 76 45 0 15 327 103 74
Binary 1010011 10001100 11011101 111110 100101 0 1101 11010111 1000011 111100

Color Harmonies of #538CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CDD

Black with #538CDD

Text Example


Text Example

White with #538CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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