Html Css Color HEX #7288CC Wild Blue Yonder

📋 copy color: '#7288CC'

red 114 ◦ green 136 ◦ blue 204

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

Shades of Wild Blue Yonder #7288CC

Tints of Wild Blue Yonder #7288CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 25.11%
G = 29.96%
B = 44.93%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7288CC (or 0x7288CC) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and CC. RGB value is (114,136,204). Sum of RGB (Red+Green+Blue) = 114+136+204=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #7288CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288CC is #8D7733. Grayscale: #888888. Windows color (decimal): -9271092 or 13404274. OLE color: 13404274.

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

Color convert

RGB 114 136 204 -
CMYK 0.44 0.33 0 0.2
HSL 225.33º 0.47% 0.62% -
HSV(B) 225.33º 0.44% 0.8% -
XYZ 26.64 25.55 60.65 -
YUV 137.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 114 136 204 0.44 0.33 0 0.2 225.33 0.47 0.62
Hex 72 88 CC 2C 21 0 14 E1 2F 3E
Octal 162 210 314 54 41 0 24 341 57 76
Binary 1110010 10001000 11001100 101100 100001 0 10100 11100001 101111 111110

Color Harmonies of #7288CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288CC

Black with #7288CC

Text Example


Text Example

White with #7288CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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