Html Css Color HEX #7299EC Cornflower Blue

📋 copy color: '#7299EC'

red 114 ◦ green 153 ◦ blue 236

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

Shades of Cornflower Blue #7299EC

Tints of Cornflower Blue #7299EC

RGB

 RED value IS 114 (44.92% from 255) = 22.66%

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 22.66%
G = 30.42%
B = 46.92%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7299EC (or 0x7299EC) is known color: Cornflower Blue. HEX triplet: 72, 99 and EC. RGB value is (114,153,236). Sum of RGB (Red+Green+Blue) = 114+153+236=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #7299EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299EC is #8D6613. Grayscale: #969696. Windows color (decimal): -9266708 or 15505778. OLE color: 15505778.

HSL color Cylindrical-coordinate representation of color #7299EC: hue angle of 220.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7299EC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 153 236 -
CMYK 0.52 0.35 0 0.07
HSL 220.82º 0.76% 0.69% -
HSV(B) 220.82º 0.52% 0.93% -
XYZ 33.47 32.42 83.85 -
YUV 150.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 114 153 236 0.52 0.35 0 0.07 220.82 0.76 0.69
Hex 72 99 EC 34 23 0 7 DD 4C 45
Octal 162 231 354 64 43 0 7 335 114 105
Binary 1110010 10011001 11101100 110100 100011 0 111 11011101 1001100 1000101

Color Harmonies of #7299EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7299EC

Black with #7299EC

Text Example


Text Example

White with #7299EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7299EC; }

 p { color: rgb(114,153,236); }

 H1.HeaderClassName
 {
   color: #7299EC;
 }
 .AnyTagClassName
 {
   color: #7299EC;
 }
</style>

background-color css

<style>
 a { background-color: #7299EC; }

 a { background-color: rgb(114,153,236); }

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

border-color css

<style>
 span { border-color: #7299EC; }

 span { border-color: rgb(114,153,236); }

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