Html Css Color HEX #538DEF Cornflower Blue

📋 copy color: '#538DEF'

red 83 ◦ green 141 ◦ blue 239

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

Shades of Cornflower Blue #538DEF

Tints of Cornflower Blue #538DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 17.93%
G = 30.45%
B = 51.62%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#538DEF (or 0x538DEF) is known color: Cornflower Blue. HEX triplet: 53, 8D and EF. RGB value is (83,141,239). Sum of RGB (Red+Green+Blue) = 83+141+239=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #538DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DEF is #AC7210. Grayscale: #868686. Windows color (decimal): -11301393 or 15699283. OLE color: 15699283.

HSL color Cylindrical-coordinate representation of color #538DEF: hue angle of 217.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538DEF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 141 239 -
CMYK 0.65 0.41 0 0.06
HSL 217.69º 0.83% 0.63% -
HSV(B) 217.69º 0.65% 0.94% -
XYZ 28.67 27.12 85.39 -
YUV 134.83 186.78 91.03 -
System Red Green Blue C M Y K H S L
Decimal 83 141 239 0.65 0.41 0 0.06 217.69 0.83 0.63
Hex 53 8D EF 41 29 0 6 DA 53 3F
Octal 123 215 357 101 51 0 6 332 123 77
Binary 1010011 10001101 11101111 1000001 101001 0 110 11011010 1010011 111111

Color Harmonies of #538DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DEF

Black with #538DEF

Text Example


Text Example

White with #538DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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