Html Css Color HEX #538FEE Cornflower Blue

📋 copy color: '#538FEE'

red 83 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #538FEE

Tints of Cornflower Blue #538FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 17.89%
G = 30.82%
B = 51.29%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#538FEE (or 0x538FEE) is known color: Cornflower Blue. HEX triplet: 53, 8F and EE. RGB value is (83,143,238). Sum of RGB (Red+Green+Blue) = 83+143+238=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #538FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FEE is #AC7011. Grayscale: #878787. Windows color (decimal): -11300882 or 15634259. OLE color: 15634259.

HSL color Cylindrical-coordinate representation of color #538FEE: hue angle of 216.77º degrees, saturation: 0.82, 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 #538FEE is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 143 238 -
CMYK 0.65 0.40 0 0.07
HSL 216.77º 0.82% 0.63% -
HSV(B) 216.77º 0.65% 0.93% -
XYZ 28.82 27.66 84.71 -
YUV 135.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 83 143 238 0.65 0.40 0 0.07 216.77 0.82 0.63
Hex 53 8F EE 41 28 0 7 D9 52 3F
Octal 123 217 356 101 50 0 7 331 122 77
Binary 1010011 10001111 11101110 1000001 101000 0 111 11011001 1010010 111111

Color Harmonies of #538FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FEE

Black with #538FEE

Text Example


Text Example

White with #538FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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