Html Css Color HEX #5298FF Cornflower Blue

📋 copy color: '#5298FF'

red 82 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #5298FF

Tints of Cornflower Blue #5298FF

RGB

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

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

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

R = 16.77%
G = 31.08%
B = 52.15%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5298FF (or 0x5298FF) is known color: Cornflower Blue. HEX triplet: 52, 98 and FF. RGB value is (82,152,255). Sum of RGB (Red+Green+Blue) = 82+152+255=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5298FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5298FF is #AD6700. Grayscale: #8E8E8E. Windows color (decimal): -11364097 or 16750674. OLE color: 16750674.

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

Color convert

RGB 82 152 255 -
CMYK 0.68 0.40 0 0
HSL 215.72º 1% 0.66% -
HSV(B) 215.72º 0.68% 1% -
XYZ 32.76 31.47 98.96 -
YUV 142.81 191.31 84.62 -
System Red Green Blue C M Y K H S L
Decimal 82 152 255 0.68 0.40 0 0 215.72 1 0.66
Hex 52 98 FF 44 28 0 0 D8 64 42
Octal 122 230 377 104 50 0 0 330 144 102
Binary 1010010 10011000 11111111 1000100 101000 0 0 11011000 1100100 1000010

Color Harmonies of #5298FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5298FF

Black with #5298FF

Text Example


Text Example

White with #5298FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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