Html Css Color HEX #538FFD Cornflower Blue

📋 copy color: '#538FFD'

red 83 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #538FFD

Tints of Cornflower Blue #538FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 17.33%
G = 29.85%
B = 52.82%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#538FFD (or 0x538FFD) is known color: Cornflower Blue. HEX triplet: 53, 8F and FD. RGB value is (83,143,253). Sum of RGB (Red+Green+Blue) = 83+143+253=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #538FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FFD is #AC7002. Grayscale: #898989. Windows color (decimal): -11300867 or 16617299. OLE color: 16617299.

HSL color Cylindrical-coordinate representation of color #538FFD: hue angle of 218.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538FFD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 143 253 -
CMYK 0.67 0.43 0 0.01
HSL 218.82º 0.98% 0.66% -
HSV(B) 218.82º 0.67% 0.99% -
XYZ 31.12 28.58 96.8 -
YUV 137.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 83 143 253 0.67 0.43 0 0.01 218.82 0.98 0.66
Hex 53 8F FD 43 2B 0 1 DB 62 42
Octal 123 217 375 103 53 0 1 333 142 102
Binary 1010011 10001111 11111101 1000011 101011 0 1 11011011 1100010 1000010

Color Harmonies of #538FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FFD

Black with #538FFD

Text Example


Text Example

White with #538FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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