Html Css Color HEX #7286DB Cornflower Blue

📋 copy color: '#7286DB'

red 114 ◦ green 134 ◦ blue 219

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

Shades of Cornflower Blue #7286DB

Tints of Cornflower Blue #7286DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.69%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 24.41%
G = 28.69%
B = 46.9%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7286DB (or 0x7286DB) is known color: Cornflower Blue. HEX triplet: 72, 86 and DB. RGB value is (114,134,219). Sum of RGB (Red+Green+Blue) = 114+134+219=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7286DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7286DB is #8D7924. Grayscale: #898989. Windows color (decimal): -9271589 or 14386802. OLE color: 14386802.

HSL color Cylindrical-coordinate representation of color #7286DB: hue angle of 228.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7286DB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 134 219 -
CMYK 0.48 0.39 0 0.14
HSL 228.57º 0.59% 0.65% -
HSV(B) 228.57º 0.48% 0.86% -
XYZ 28.25 25.74 70.5 -
YUV 137.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 114 134 219 0.48 0.39 0 0.14 228.57 0.59 0.65
Hex 72 86 DB 30 27 0 E E5 3B 41
Octal 162 206 333 60 47 0 16 345 73 101
Binary 1110010 10000110 11011011 110000 100111 0 1110 11100101 111011 1000001

Color Harmonies of #7286DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7286DB

Black with #7286DB

Text Example


Text Example

White with #7286DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7286DB; }

 p { color: rgb(114,134,219); }

 H1.HeaderClassName
 {
   color: #7286DB;
 }
 .AnyTagClassName
 {
   color: #7286DB;
 }
</style>

background-color css

<style>
 a { background-color: #7286DB; }

 a { background-color: rgb(114,134,219); }

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

border-color css

<style>
 span { border-color: #7286DB; }

 span { border-color: rgb(114,134,219); }

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