Html Css Color HEX #718FCF Wild Blue Yonder

📋 copy color: '#718FCF'

red 113 ◦ green 143 ◦ blue 207

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

Shades of Wild Blue Yonder #718FCF

Tints of Wild Blue Yonder #718FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 24.41%
G = 30.89%
B = 44.71%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#718FCF (or 0x718FCF) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and CF. RGB value is (113,143,207). Sum of RGB (Red+Green+Blue) = 113+143+207=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #718FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FCF is #8E7030. Grayscale: #8D8D8D. Windows color (decimal): -9334833 or 13602673. OLE color: 13602673.

HSL color Cylindrical-coordinate representation of color #718FCF: hue angle of 220.85º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718FCF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 143 207 -
CMYK 0.45 0.31 0 0.19
HSL 220.85º 0.49% 0.63% -
HSV(B) 220.85º 0.45% 0.81% -
XYZ 27.9 27.66 62.9 -
YUV 141.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 113 143 207 0.45 0.31 0 0.19 220.85 0.49 0.63
Hex 71 8F CF 2D 1F 0 13 DD 31 3F
Octal 161 217 317 55 37 0 23 335 61 77
Binary 1110001 10001111 11001111 101101 11111 0 10011 11011101 110001 111111

Color Harmonies of #718FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FCF

Black with #718FCF

Text Example


Text Example

White with #718FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,143,207); }

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

background-color css

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

 a { background-color: rgb(113,143,207); }

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

border-color css

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

 span { border-color: rgb(113,143,207); }

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