Html Css Color HEX #5297FF Cornflower Blue

📋 copy color: '#5297FF'

red 82 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #5297FF

Tints of Cornflower Blue #5297FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 16.8%
G = 30.94%
B = 52.25%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5297FF (or 0x5297FF) is known color: Cornflower Blue. HEX triplet: 52, 97 and FF. RGB value is (82,151,255). Sum of RGB (Red+Green+Blue) = 82+151+255=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #5297FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5297FF is #AD6800. Grayscale: #8D8D8D. Windows color (decimal): -11364353 or 16750418. OLE color: 16750418.

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

Color convert

RGB 82 151 255 -
CMYK 0.68 0.41 0 0
HSL 216.07º 1% 0.66% -
HSV(B) 216.07º 0.68% 1% -
XYZ 32.6 31.15 98.9 -
YUV 142.23 191.64 85.04 -
System Red Green Blue C M Y K H S L
Decimal 82 151 255 0.68 0.41 0 0 216.07 1 0.66
Hex 52 97 FF 44 29 0 0 D8 64 42
Octal 122 227 377 104 51 0 0 330 144 102
Binary 1010010 10010111 11111111 1000100 101001 0 0 11011000 1100100 1000010

Color Harmonies of #5297FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5297FF

Black with #5297FF

Text Example


Text Example

White with #5297FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5297FF; }

 p { color: rgb(82,151,255); }

 H1.HeaderClassName
 {
   color: #5297FF;
 }
 .AnyTagClassName
 {
   color: #5297FF;
 }
</style>

background-color css

<style>
 a { background-color: #5297FF; }

 a { background-color: rgb(82,151,255); }

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

border-color css

<style>
 span { border-color: #5297FF; }

 span { border-color: rgb(82,151,255); }

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