Html Css Color HEX #538AED Cornflower Blue

📋 copy color: '#538AED'

red 83 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #538AED

Tints of Cornflower Blue #538AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 18.12%
G = 30.13%
B = 51.75%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#538AED (or 0x538AED) is known color: Cornflower Blue. HEX triplet: 53, 8A and ED. RGB value is (83,138,237). Sum of RGB (Red+Green+Blue) = 83+138+237=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #538AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AED is #AC7512. Grayscale: #848484. Windows color (decimal): -11302163 or 15567443. OLE color: 15567443.

HSL color Cylindrical-coordinate representation of color #538AED: hue angle of 218.57º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538AED is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 138 237 -
CMYK 0.65 0.42 0 0.07
HSL 218.57º 0.81% 0.63% -
HSV(B) 218.57º 0.65% 0.93% -
XYZ 27.94 26.13 83.69 -
YUV 132.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 83 138 237 0.65 0.42 0 0.07 218.57 0.81 0.63
Hex 53 8A ED 41 2A 0 7 DB 51 3F
Octal 123 212 355 101 52 0 7 333 121 77
Binary 1010011 10001010 11101101 1000001 101010 0 111 11011011 1010001 111111

Color Harmonies of #538AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AED

Black with #538AED

Text Example


Text Example

White with #538AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,138,237); }

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

background-color css

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

 a { background-color: rgb(83,138,237); }

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

border-color css

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

 span { border-color: rgb(83,138,237); }

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