Html Css Color HEX #7288C9 Wild Blue Yonder

📋 copy color: '#7288C9'

red 114 ◦ green 136 ◦ blue 201

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

Shades of Wild Blue Yonder #7288C9

Tints of Wild Blue Yonder #7288C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 25.28%
G = 30.16%
B = 44.57%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7288C9 (or 0x7288C9) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and C9. RGB value is (114,136,201). Sum of RGB (Red+Green+Blue) = 114+136+201=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #7288C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288C9 is #8D7736. Grayscale: #888888. Windows color (decimal): -9271095 or 13207666. OLE color: 13207666.

HSL color Cylindrical-coordinate representation of color #7288C9: hue angle of 224.83º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7288C9 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 136 201 -
CMYK 0.43 0.32 0 0.21
HSL 224.83º 0.45% 0.62% -
HSV(B) 224.83º 0.43% 0.79% -
XYZ 26.29 25.4 58.78 -
YUV 136.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 114 136 201 0.43 0.32 0 0.21 224.83 0.45 0.62
Hex 72 88 C9 2B 20 0 15 E1 2D 3E
Octal 162 210 311 53 40 0 25 341 55 76
Binary 1110010 10001000 11001001 101011 100000 0 10101 11100001 101101 111110

Color Harmonies of #7288C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288C9

Black with #7288C9

Text Example


Text Example

White with #7288C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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