Html Css Color HEX #5298FE Cornflower Blue

📋 copy color: '#5298FE'

red 82 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #5298FE

Tints of Cornflower Blue #5298FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

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

R = 16.8%
G = 31.15%
B = 52.05%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5298FE (or 0x5298FE) is known color: Cornflower Blue. HEX triplet: 52, 98 and FE. RGB value is (82,152,254). Sum of RGB (Red+Green+Blue) = 82+152+254=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #5298FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5298FE is #AD6701. Grayscale: #8E8E8E. Windows color (decimal): -11364098 or 16685138. OLE color: 16685138.

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

Color convert

RGB 82 152 254 -
CMYK 0.68 0.40 0 0.00
HSL 215.58º 0.99% 0.66% -
HSV(B) 215.58º 0.68% 1% -
XYZ 32.6 31.41 98.11 -
YUV 142.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 82 152 254 0.68 0.40 0 0.00 215.58 0.99 0.66
Hex 52 98 FE 44 28 0 0 D8 63 42
Octal 122 230 376 104 50 0 0 330 143 102
Binary 1010010 10011000 11111110 1000100 101000 0 0 11011000 1100011 1000010

Color Harmonies of #5298FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5298FE

Black with #5298FE

Text Example


Text Example

White with #5298FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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