Html Css Color HEX #7288CA Wild Blue Yonder

📋 copy color: '#7288CA'

red 114 ◦ green 136 ◦ blue 202

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

Shades of Wild Blue Yonder #7288CA

Tints of Wild Blue Yonder #7288CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 25.22%
G = 30.09%
B = 44.69%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7288CA (or 0x7288CA) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and CA. RGB value is (114,136,202). Sum of RGB (Red+Green+Blue) = 114+136+202=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #7288CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288CA is #8D7735. Grayscale: #888888. Windows color (decimal): -9271094 or 13273202. OLE color: 13273202.

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

Color convert

RGB 114 136 202 -
CMYK 0.44 0.33 0 0.21
HSL 225º 0.45% 0.62% -
HSV(B) 225º 0.44% 0.79% -
XYZ 26.4 25.45 59.4 -
YUV 136.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 114 136 202 0.44 0.33 0 0.21 225 0.45 0.62
Hex 72 88 CA 2C 21 0 15 E1 2D 3E
Octal 162 210 312 54 41 0 25 341 55 76
Binary 1110010 10001000 11001010 101100 100001 0 10101 11100001 101101 111110

Color Harmonies of #7288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288CA

Black with #7288CA

Text Example


Text Example

White with #7288CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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