Html Css Color HEX #5293FA Cornflower Blue

📋 copy color: '#5293FA'

red 82 ◦ green 147 ◦ blue 250

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

Shades of Cornflower Blue #5293FA

Tints of Cornflower Blue #5293FA

RGB

 RED value IS 82 (32.42% from 255) = 17.12%

 GREEN value IS 147 (57.81% from 255) = 30.69%

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

R = 17.12%
G = 30.69%
B = 52.19%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5293FA (or 0x5293FA) is known color: Cornflower Blue. HEX triplet: 52, 93 and FA. RGB value is (82,147,250). Sum of RGB (Red+Green+Blue) = 82+147+250=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #5293FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5293FA is #AD6C05. Grayscale: #8A8A8A. Windows color (decimal): -11365382 or 16421714. OLE color: 16421714.

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

Color convert

RGB 82 147 250 -
CMYK 0.67 0.41 0 0.02
HSL 216.79º 0.94% 0.65% -
HSV(B) 216.79º 0.67% 0.98% -
XYZ 31.17 29.56 94.51 -
YUV 139.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 82 147 250 0.67 0.41 0 0.02 216.79 0.94 0.65
Hex 52 93 FA 43 29 0 2 D9 5E 41
Octal 122 223 372 103 51 0 2 331 136 101
Binary 1010010 10010011 11111010 1000011 101001 0 10 11011001 1011110 1000001

Color Harmonies of #5293FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5293FA

Black with #5293FA

Text Example


Text Example

White with #5293FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5293FA; }

 p { color: rgb(82,147,250); }

 H1.HeaderClassName
 {
   color: #5293FA;
 }
 .AnyTagClassName
 {
   color: #5293FA;
 }
</style>

background-color css

<style>
 a { background-color: #5293FA; }

 a { background-color: rgb(82,147,250); }

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

border-color css

<style>
 span { border-color: #5293FA; }

 span { border-color: rgb(82,147,250); }

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