Html Css Color HEX #538EDE Cornflower Blue

📋 copy color: '#538EDE'

red 83 ◦ green 142 ◦ blue 222

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

Shades of Cornflower Blue #538EDE

Tints of Cornflower Blue #538EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 18.57%
G = 31.77%
B = 49.66%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#538EDE (or 0x538EDE) is known color: Cornflower Blue. HEX triplet: 53, 8E and DE. RGB value is (83,142,222). Sum of RGB (Red+Green+Blue) = 83+142+222=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #538EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDE is #AC7121. Grayscale: #858585. Windows color (decimal): -11301154 or 14585427. OLE color: 14585427.

HSL color Cylindrical-coordinate representation of color #538EDE: hue angle of 214.53º degrees, saturation: 0.68, 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 #538EDE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 142 222 -
CMYK 0.63 0.36 0 0.13
HSL 214.53º 0.68% 0.6% -
HSV(B) 214.53º 0.63% 0.87% -
XYZ 26.43 26.46 72.82 -
YUV 133.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 83 142 222 0.63 0.36 0 0.13 214.53 0.68 0.6
Hex 53 8E DE 3F 24 0 D D7 44 3C
Octal 123 216 336 77 44 0 15 327 104 74
Binary 1010011 10001110 11011110 111111 100100 0 1101 11010111 1000100 111100

Color Harmonies of #538EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EDE

Black with #538EDE

Text Example


Text Example

White with #538EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,222); }

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

background-color css

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

 a { background-color: rgb(83,142,222); }

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

border-color css

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

 span { border-color: rgb(83,142,222); }

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