Html Css Color HEX #538DDF Cornflower Blue

📋 copy color: '#538DDF'

red 83 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #538DDF

Tints of Cornflower Blue #538DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 18.57%
G = 31.54%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#538DDF (or 0x538DDF) is known color: Cornflower Blue. HEX triplet: 53, 8D and DF. RGB value is (83,141,223). Sum of RGB (Red+Green+Blue) = 83+141+223=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #538DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DDF is #AC7220. Grayscale: #848484. Windows color (decimal): -11301409 or 14650707. OLE color: 14650707.

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

Color convert

RGB 83 141 223 -
CMYK 0.63 0.37 0 0.13
HSL 215.14º 0.69% 0.6% -
HSV(B) 215.14º 0.63% 0.87% -
XYZ 26.41 26.22 73.48 -
YUV 133.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 83 141 223 0.63 0.37 0 0.13 215.14 0.69 0.6
Hex 53 8D DF 3F 25 0 D D7 45 3C
Octal 123 215 337 77 45 0 15 327 105 74
Binary 1010011 10001101 11011111 111111 100101 0 1101 11010111 1000101 111100

Color Harmonies of #538DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DDF

Black with #538DDF

Text Example


Text Example

White with #538DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,223); }

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

background-color css

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

 a { background-color: rgb(83,141,223); }

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

border-color css

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

 span { border-color: rgb(83,141,223); }

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