Html Css Color HEX #7288CB Wild Blue Yonder

📋 copy color: '#7288CB'

red 114 ◦ green 136 ◦ blue 203

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

Shades of Wild Blue Yonder #7288CB

Tints of Wild Blue Yonder #7288CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 25.17%
G = 30.02%
B = 44.81%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7288CB (or 0x7288CB) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and CB. RGB value is (114,136,203). Sum of RGB (Red+Green+Blue) = 114+136+203=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #7288CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288CB is #8D7734. Grayscale: #888888. Windows color (decimal): -9271093 or 13338738. OLE color: 13338738.

HSL color Cylindrical-coordinate representation of color #7288CB: hue angle of 225.17º degrees, saturation: 0.46, 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 #7288CB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 136 203 -
CMYK 0.44 0.33 0 0.20
HSL 225.17º 0.46% 0.62% -
HSV(B) 225.17º 0.44% 0.8% -
XYZ 26.52 25.5 60.02 -
YUV 137.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 114 136 203 0.44 0.33 0 0.20 225.17 0.46 0.62
Hex 72 88 CB 2C 21 0 14 E1 2E 3E
Octal 162 210 313 54 41 0 24 341 56 76
Binary 1110010 10001000 11001011 101100 100001 0 10100 11100001 101110 111110

Color Harmonies of #7288CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288CB

Black with #7288CB

Text Example


Text Example

White with #7288CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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