Html Css Color HEX #7289CB Wild Blue Yonder

📋 copy color: '#7289CB'

red 114 ◦ green 137 ◦ blue 203

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

Shades of Wild Blue Yonder #7289CB

Tints of Wild Blue Yonder #7289CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.18%

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

R = 25.11%
G = 30.18%
B = 44.71%

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

#7289CB (or 0x7289CB) is known color: Wild Blue Yonder. HEX triplet: 72, 89 and CB. RGB value is (114,137,203). Sum of RGB (Red+Green+Blue) = 114+137+203=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #7289CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289CB is #8D7634. Grayscale: #898989. Windows color (decimal): -9270837 or 13338994. OLE color: 13338994.

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

Color convert

RGB 114 137 203 -
CMYK 0.44 0.33 0 0.20
HSL 224.49º 0.46% 0.62% -
HSV(B) 224.49º 0.44% 0.8% -
XYZ 26.66 25.78 60.07 -
YUV 137.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 114 137 203 0.44 0.33 0 0.20 224.49 0.46 0.62
Hex 72 89 CB 2C 21 0 14 E0 2E 3E
Octal 162 211 313 54 41 0 24 340 56 76
Binary 1110010 10001001 11001011 101100 100001 0 10100 11100000 101110 111110

Color Harmonies of #7289CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289CB

Black with #7289CB

Text Example


Text Example

White with #7289CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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