Html Css Color HEX #5298FC Cornflower Blue

📋 copy color: '#5298FC'

red 82 ◦ green 152 ◦ blue 252

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

Shades of Cornflower Blue #5298FC

Tints of Cornflower Blue #5298FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 16.87%
G = 31.28%
B = 51.85%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5298FC (or 0x5298FC) is known color: Cornflower Blue. HEX triplet: 52, 98 and FC. RGB value is (82,152,252). Sum of RGB (Red+Green+Blue) = 82+152+252=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #5298FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5298FC is #AD6703. Grayscale: #8E8E8E. Windows color (decimal): -11364100 or 16554066. OLE color: 16554066.

HSL color Cylindrical-coordinate representation of color #5298FC: hue angle of 215.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5298FC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 152 252 -
CMYK 0.67 0.40 0 0.01
HSL 215.29º 0.97% 0.65% -
HSV(B) 215.29º 0.67% 0.99% -
XYZ 32.28 31.28 96.43 -
YUV 142.47 189.81 84.87 -
System Red Green Blue C M Y K H S L
Decimal 82 152 252 0.67 0.40 0 0.01 215.29 0.97 0.65
Hex 52 98 FC 43 28 0 1 D7 61 41
Octal 122 230 374 103 50 0 1 327 141 101
Binary 1010010 10011000 11111100 1000011 101000 0 1 11010111 1100001 1000001

Color Harmonies of #5298FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5298FC

Black with #5298FC

Text Example


Text Example

White with #5298FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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