Html Css Color HEX #5299F6 Cornflower Blue

📋 copy color: '#5299F6'

red 82 ◦ green 153 ◦ blue 246

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

Shades of Cornflower Blue #5299F6

Tints of Cornflower Blue #5299F6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 17.05%
G = 31.81%
B = 51.14%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5299F6 (or 0x5299F6) is known color: Cornflower Blue. HEX triplet: 52, 99 and F6. RGB value is (82,153,246). Sum of RGB (Red+Green+Blue) = 82+153+246=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #5299F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5299F6 is #AD6609. Grayscale: #8D8D8D. Windows color (decimal): -11363850 or 16161106. OLE color: 16161106.

HSL color Cylindrical-coordinate representation of color #5299F6: hue angle of 214.02º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5299F6 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 153 246 -
CMYK 0.67 0.38 0 0.04
HSL 214.02º 0.9% 0.64% -
HSV(B) 214.02º 0.67% 0.96% -
XYZ 31.51 31.23 91.56 -
YUV 142.37 186.48 84.94 -
System Red Green Blue C M Y K H S L
Decimal 82 153 246 0.67 0.38 0 0.04 214.02 0.9 0.64
Hex 52 99 F6 43 26 0 4 D6 5A 40
Octal 122 231 366 103 46 0 4 326 132 100
Binary 1010010 10011001 11110110 1000011 100110 0 100 11010110 1011010 1000000

Color Harmonies of #5299F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299F6

Black with #5299F6

Text Example


Text Example

White with #5299F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5299F6; }

 p { color: rgb(82,153,246); }

 H1.HeaderClassName
 {
   color: #5299F6;
 }
 .AnyTagClassName
 {
   color: #5299F6;
 }
</style>

background-color css

<style>
 a { background-color: #5299F6; }

 a { background-color: rgb(82,153,246); }

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

border-color css

<style>
 span { border-color: #5299F6; }

 span { border-color: rgb(82,153,246); }

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