Html Css Color HEX #538FFB Cornflower Blue

📋 copy color: '#538FFB'

red 83 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #538FFB

Tints of Cornflower Blue #538FFB

RGB

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

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

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

R = 17.4%
G = 29.98%
B = 52.62%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#538FFB (or 0x538FFB) is known color: Cornflower Blue. HEX triplet: 53, 8F and FB. RGB value is (83,143,251). Sum of RGB (Red+Green+Blue) = 83+143+251=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #538FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FFB is #AC7004. Grayscale: #888888. Windows color (decimal): -11300869 or 16486227. OLE color: 16486227.

HSL color Cylindrical-coordinate representation of color #538FFB: hue angle of 218.57º 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 #538FFB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 143 251 -
CMYK 0.67 0.43 0 0.02
HSL 218.57º 0.95% 0.65% -
HSV(B) 218.57º 0.67% 0.98% -
XYZ 30.8 28.45 95.13 -
YUV 137.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 83 143 251 0.67 0.43 0 0.02 218.57 0.95 0.65
Hex 53 8F FB 43 2B 0 2 DB 5F 41
Octal 123 217 373 103 53 0 2 333 137 101
Binary 1010011 10001111 11111011 1000011 101011 0 10 11011011 1011111 1000001

Color Harmonies of #538FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FFB

Black with #538FFB

Text Example


Text Example

White with #538FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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