Html Css Color HEX #538DFB Cornflower Blue

📋 copy color: '#538DFB'

red 83 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #538DFB

Tints of Cornflower Blue #538DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 17.47%
G = 29.68%
B = 52.84%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#538DFB (or 0x538DFB) is known color: Cornflower Blue. HEX triplet: 53, 8D and FB. RGB value is (83,141,251). Sum of RGB (Red+Green+Blue) = 83+141+251=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #538DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DFB is #AC7204. Grayscale: #878787. Windows color (decimal): -11301381 or 16485715. OLE color: 16485715.

HSL color Cylindrical-coordinate representation of color #538DFB: hue angle of 219.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538DFB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 141 251 -
CMYK 0.67 0.44 0 0.02
HSL 219.29º 0.95% 0.65% -
HSV(B) 219.29º 0.67% 0.98% -
XYZ 30.5 27.85 95.04 -
YUV 136.2 192.78 90.06 -
System Red Green Blue C M Y K H S L
Decimal 83 141 251 0.67 0.44 0 0.02 219.29 0.95 0.65
Hex 53 8D FB 43 2C 0 2 DB 5F 41
Octal 123 215 373 103 54 0 2 333 137 101
Binary 1010011 10001101 11111011 1000011 101100 0 10 11011011 1011111 1000001

Color Harmonies of #538DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DFB

Black with #538DFB

Text Example


Text Example

White with #538DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,251); }

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

background-color css

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

 a { background-color: rgb(83,141,251); }

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

border-color css

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

 span { border-color: rgb(83,141,251); }

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