Html Css Color HEX #538DFA Cornflower Blue

📋 copy color: '#538DFA'

red 83 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #538DFA

Tints of Cornflower Blue #538DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 17.51%
G = 29.75%
B = 52.74%

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

#538DFA (or 0x538DFA) is known color: Cornflower Blue. HEX triplet: 53, 8D and FA. RGB value is (83,141,250). Sum of RGB (Red+Green+Blue) = 83+141+250=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #538DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DFA is #AC7205. Grayscale: #878787. Windows color (decimal): -11301382 or 16420179. OLE color: 16420179.

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

Color convert

RGB 83 141 250 -
CMYK 0.67 0.44 0 0.02
HSL 219.16º 0.94% 0.65% -
HSV(B) 219.16º 0.67% 0.98% -
XYZ 30.35 27.79 94.21 -
YUV 136.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 83 141 250 0.67 0.44 0 0.02 219.16 0.94 0.65
Hex 53 8D FA 43 2C 0 2 DB 5E 41
Octal 123 215 372 103 54 0 2 333 136 101
Binary 1010011 10001101 11111010 1000011 101100 0 10 11011011 1011110 1000001

Color Harmonies of #538DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DFA

Black with #538DFA

Text Example


Text Example

White with #538DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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