Html Css Color HEX #538FDD Cornflower Blue

📋 copy color: '#538FDD'

red 83 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #538FDD

Tints of Cornflower Blue #538FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

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

R = 18.57%
G = 31.99%
B = 49.44%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#538FDD (or 0x538FDD) is known color: Cornflower Blue. HEX triplet: 53, 8F and DD. RGB value is (83,143,221). Sum of RGB (Red+Green+Blue) = 83+143+221=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #538FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FDD is #AC7022. Grayscale: #858585. Windows color (decimal): -11300899 or 14520147. OLE color: 14520147.

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

Color convert

RGB 83 143 221 -
CMYK 0.62 0.35 0 0.13
HSL 213.91º 0.67% 0.6% -
HSV(B) 213.91º 0.62% 0.87% -
XYZ 26.44 26.7 72.17 -
YUV 133.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 83 143 221 0.62 0.35 0 0.13 213.91 0.67 0.6
Hex 53 8F DD 3E 23 0 D D6 43 3C
Octal 123 217 335 76 43 0 15 326 103 74
Binary 1010011 10001111 11011101 111110 100011 0 1101 11010110 1000011 111100

Color Harmonies of #538FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FDD

Black with #538FDD

Text Example


Text Example

White with #538FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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