Html Css Color HEX #718DCB Wild Blue Yonder

📋 copy color: '#718DCB'

red 113 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #718DCB

Tints of Wild Blue Yonder #718DCB

RGB

 RED value IS 113 (44.53% from 255) = 24.73%

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 24.73%
G = 30.85%
B = 44.42%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#718DCB (or 0x718DCB) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and CB. RGB value is (113,141,203). Sum of RGB (Red+Green+Blue) = 113+141+203=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #718DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCB is #8E7234. Grayscale: #8B8B8B. Windows color (decimal): -9335349 or 13340017. OLE color: 13340017.

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

Color convert

RGB 113 141 203 -
CMYK 0.44 0.31 0 0.20
HSL 221.33º 0.46% 0.62% -
HSV(B) 221.33º 0.44% 0.8% -
XYZ 27.11 26.87 60.26 -
YUV 139.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 113 141 203 0.44 0.31 0 0.20 221.33 0.46 0.62
Hex 71 8D CB 2C 1F 0 14 DD 2E 3E
Octal 161 215 313 54 37 0 24 335 56 76
Binary 1110001 10001101 11001011 101100 11111 0 10100 11011101 101110 111110

Color Harmonies of #718DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DCB

Black with #718DCB

Text Example


Text Example

White with #718DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718DCB; }

 p { color: rgb(113,141,203); }

 H1.HeaderClassName
 {
   color: #718DCB;
 }
 .AnyTagClassName
 {
   color: #718DCB;
 }
</style>

background-color css

<style>
 a { background-color: #718DCB; }

 a { background-color: rgb(113,141,203); }

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

border-color css

<style>
 span { border-color: #718DCB; }

 span { border-color: rgb(113,141,203); }

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