Html Css Color HEX #5292FE Cornflower Blue

📋 copy color: '#5292FE'

red 82 ◦ green 146 ◦ blue 254

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

Shades of Cornflower Blue #5292FE

Tints of Cornflower Blue #5292FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 17.01%
G = 30.29%
B = 52.7%

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

#5292FE (or 0x5292FE) is known color: Cornflower Blue. HEX triplet: 52, 92 and FE. RGB value is (82,146,254). Sum of RGB (Red+Green+Blue) = 82+146+254=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #5292FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5292FE is #AD6D01. Grayscale: #8A8A8A. Windows color (decimal): -11365634 or 16683602. OLE color: 16683602.

HSL color Cylindrical-coordinate representation of color #5292FE: hue angle of 217.67º 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 #5292FE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 146 254 -
CMYK 0.68 0.43 0 0.00
HSL 217.67º 0.99% 0.66% -
HSV(B) 217.67º 0.68% 1% -
XYZ 31.65 29.51 97.79 -
YUV 139.18 192.8 87.22 -
System Red Green Blue C M Y K H S L
Decimal 82 146 254 0.68 0.43 0 0.00 217.67 0.99 0.66
Hex 52 92 FE 44 2B 0 0 DA 63 42
Octal 122 222 376 104 53 0 0 332 143 102
Binary 1010010 10010010 11111110 1000100 101011 0 0 11011010 1100011 1000010

Color Harmonies of #5292FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5292FE

Black with #5292FE

Text Example


Text Example

White with #5292FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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