Html Css Color HEX #7288EF Cornflower Blue

📋 copy color: '#7288EF'

red 114 ◦ green 136 ◦ blue 239

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

Shades of Cornflower Blue #7288EF

Tints of Cornflower Blue #7288EF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 23.31%
G = 27.81%
B = 48.88%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7288EF (or 0x7288EF) is known color: Cornflower Blue. HEX triplet: 72, 88 and EF. RGB value is (114,136,239). Sum of RGB (Red+Green+Blue) = 114+136+239=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #7288EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7288EF is #8D7710. Grayscale: #8C8C8C. Windows color (decimal): -9271057 or 15698034. OLE color: 15698034.

HSL color Cylindrical-coordinate representation of color #7288EF: hue angle of 229.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7288EF is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 136 239 -
CMYK 0.52 0.43 0 0.06
HSL 229.44º 0.8% 0.69% -
HSV(B) 229.44º 0.52% 0.94% -
XYZ 31.32 27.42 85.3 -
YUV 141.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 114 136 239 0.52 0.43 0 0.06 229.44 0.8 0.69
Hex 72 88 EF 34 2B 0 6 E5 50 45
Octal 162 210 357 64 53 0 6 345 120 105
Binary 1110010 10001000 11101111 110100 101011 0 110 11100101 1010000 1000101

Color Harmonies of #7288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288EF

Black with #7288EF

Text Example


Text Example

White with #7288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7288EF; }

 p { color: rgb(114,136,239); }

 H1.HeaderClassName
 {
   color: #7288EF;
 }
 .AnyTagClassName
 {
   color: #7288EF;
 }
</style>

background-color css

<style>
 a { background-color: #7288EF; }

 a { background-color: rgb(114,136,239); }

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

border-color css

<style>
 span { border-color: #7288EF; }

 span { border-color: rgb(114,136,239); }

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