Html Css Color HEX #538FEB Cornflower Blue

📋 copy color: '#538FEB'

red 83 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #538FEB

Tints of Cornflower Blue #538FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 18%
G = 31.02%
B = 50.98%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#538FEB (or 0x538FEB) is known color: Cornflower Blue. HEX triplet: 53, 8F and EB. RGB value is (83,143,235). Sum of RGB (Red+Green+Blue) = 83+143+235=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #538FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FEB is #AC7014. Grayscale: #878787. Windows color (decimal): -11300885 or 15437651. OLE color: 15437651.

HSL color Cylindrical-coordinate representation of color #538FEB: hue angle of 216.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538FEB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 143 235 -
CMYK 0.65 0.39 0 0.08
HSL 216.32º 0.79% 0.62% -
HSV(B) 216.32º 0.65% 0.92% -
XYZ 28.39 27.48 82.41 -
YUV 135.55 184.12 90.52 -
System Red Green Blue C M Y K H S L
Decimal 83 143 235 0.65 0.39 0 0.08 216.32 0.79 0.62
Hex 53 8F EB 41 27 0 8 D8 4F 3E
Octal 123 217 353 101 47 0 10 330 117 76
Binary 1010011 10001111 11101011 1000001 100111 0 1000 11011000 1001111 111110

Color Harmonies of #538FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FEB

Black with #538FEB

Text Example


Text Example

White with #538FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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