Html Css Color HEX #5290FE Cornflower Blue

📋 copy color: '#5290FE'

red 82 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #5290FE

Tints of Cornflower Blue #5290FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 17.08%
G = 30%
B = 52.92%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5290FE (or 0x5290FE) is known color: Cornflower Blue. HEX triplet: 52, 90 and FE. RGB value is (82,144,254). Sum of RGB (Red+Green+Blue) = 82+144+254=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #5290FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290FE is #AD6F01. Grayscale: #898989. Windows color (decimal): -11366146 or 16683090. OLE color: 16683090.

HSL color Cylindrical-coordinate representation of color #5290FE: hue angle of 218.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5290FE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 144 254 -
CMYK 0.68 0.43 0 0.00
HSL 218.37º 0.99% 0.66% -
HSV(B) 218.37º 0.68% 1% -
XYZ 31.34 28.9 97.69 -
YUV 138 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 82 144 254 0.68 0.43 0 0.00 218.37 0.99 0.66
Hex 52 90 FE 44 2B 0 0 DA 63 42
Octal 122 220 376 104 53 0 0 332 143 102
Binary 1010010 10010000 11111110 1000100 101011 0 0 11011010 1100011 1000010

Color Harmonies of #5290FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290FE

Black with #5290FE

Text Example


Text Example

White with #5290FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5290FE; }

 p { color: rgb(82,144,254); }

 H1.HeaderClassName
 {
   color: #5290FE;
 }
 .AnyTagClassName
 {
   color: #5290FE;
 }
</style>

background-color css

<style>
 a { background-color: #5290FE; }

 a { background-color: rgb(82,144,254); }

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

border-color css

<style>
 span { border-color: #5290FE; }

 span { border-color: rgb(82,144,254); }

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