Html Css Color HEX #7299FF Cornflower Blue

📋 copy color: '#7299FF'

red 114 ◦ green 153 ◦ blue 255

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

Shades of Cornflower Blue #7299FF

Tints of Cornflower Blue #7299FF

RGB

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

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

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

R = 21.84%
G = 29.31%
B = 48.85%

CMYK

 C value IS 0.55

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7299FF (or 0x7299FF) is known color: Cornflower Blue. HEX triplet: 72, 99 and FF. RGB value is (114,153,255). Sum of RGB (Red+Green+Blue) = 114+153+255=522 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.84% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7299FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7299FF is #8D6600. Grayscale: #989898. Windows color (decimal): -9266689 or 16750962. OLE color: 16750962.

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

Color convert

RGB 114 153 255 -
CMYK 0.55 0.4 0 0
HSL 223.4º 1% 0.72% -
HSV(B) 223.4º 0.55% 1% -
XYZ 36.38 33.58 99.17 -
YUV 152.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 114 153 255 0.55 0.4 0 0 223.4 1 0.72
Hex 72 99 FF 37 28 0 0 DF 64 48
Octal 162 231 377 67 50 0 0 337 144 110
Binary 1110010 10011001 11111111 110111 101000 0 0 11011111 1100100 1001000

Color Harmonies of #7299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7299FF

Black with #7299FF

Text Example


Text Example

White with #7299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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