Html Css Color HEX #5299F4 Cornflower Blue

📋 copy color: '#5299F4'

red 82 ◦ green 153 ◦ blue 244

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

Shades of Cornflower Blue #5299F4

Tints of Cornflower Blue #5299F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.94%

R = 17.12%
G = 31.94%
B = 50.94%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5299F4 (or 0x5299F4) is known color: Cornflower Blue. HEX triplet: 52, 99 and F4. RGB value is (82,153,244). Sum of RGB (Red+Green+Blue) = 82+153+244=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #5299F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5299F4 is #AD660B. Grayscale: #8D8D8D. Windows color (decimal): -11363852 or 16030034. OLE color: 16030034.

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

Color convert

RGB 82 153 244 -
CMYK 0.66 0.37 0 0.04
HSL 213.7º 0.88% 0.64% -
HSV(B) 213.7º 0.66% 0.96% -
XYZ 31.2 31.11 89.95 -
YUV 142.15 185.48 85.1 -
System Red Green Blue C M Y K H S L
Decimal 82 153 244 0.66 0.37 0 0.04 213.7 0.88 0.64
Hex 52 99 F4 42 25 0 4 D6 58 40
Octal 122 231 364 102 45 0 4 326 130 100
Binary 1010010 10011001 11110100 1000010 100101 0 100 11010110 1011000 1000000

Color Harmonies of #5299F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299F4

Black with #5299F4

Text Example


Text Example

White with #5299F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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