Html Css Color HEX #538FF7 Cornflower Blue

📋 copy color: '#538FF7'

red 83 ◦ green 143 ◦ blue 247

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

Shades of Cornflower Blue #538FF7

Tints of Cornflower Blue #538FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.22%

R = 17.55%
G = 30.23%
B = 52.22%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#538FF7 (or 0x538FF7) is known color: Cornflower Blue. HEX triplet: 53, 8F and F7. RGB value is (83,143,247). Sum of RGB (Red+Green+Blue) = 83+143+247=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #538FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF7 is #AC7008. Grayscale: #888888. Windows color (decimal): -11300873 or 16224083. OLE color: 16224083.

HSL color Cylindrical-coordinate representation of color #538FF7: hue angle of 218.05º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538FF7 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 143 247 -
CMYK 0.66 0.42 0 0.03
HSL 218.05º 0.91% 0.65% -
HSV(B) 218.05º 0.66% 0.97% -
XYZ 30.18 28.2 91.85 -
YUV 136.92 190.12 89.54 -
System Red Green Blue C M Y K H S L
Decimal 83 143 247 0.66 0.42 0 0.03 218.05 0.91 0.65
Hex 53 8F F7 42 2A 0 3 DA 5B 41
Octal 123 217 367 102 52 0 3 332 133 101
Binary 1010011 10001111 11110111 1000010 101010 0 11 11011010 1011011 1000001

Color Harmonies of #538FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FF7

Black with #538FF7

Text Example


Text Example

White with #538FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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