Html Css Color HEX #718CCB Wild Blue Yonder

📋 copy color: '#718CCB'

red 113 ◦ green 140 ◦ blue 203

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

Shades of Wild Blue Yonder #718CCB

Tints of Wild Blue Yonder #718CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 24.78%
G = 30.7%
B = 44.52%

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

#718CCB (or 0x718CCB) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and CB. RGB value is (113,140,203). Sum of RGB (Red+Green+Blue) = 113+140+203=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #718CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCB is #8E7334. Grayscale: #8A8A8A. Windows color (decimal): -9335605 or 13339761. OLE color: 13339761.

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

Color convert

RGB 113 140 203 -
CMYK 0.44 0.31 0 0.20
HSL 222º 0.46% 0.62% -
HSV(B) 222º 0.44% 0.8% -
XYZ 26.97 26.58 60.21 -
YUV 139.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 113 140 203 0.44 0.31 0 0.20 222 0.46 0.62
Hex 71 8C CB 2C 1F 0 14 DE 2E 3E
Octal 161 214 313 54 37 0 24 336 56 76
Binary 1110001 10001100 11001011 101100 11111 0 10100 11011110 101110 111110

Color Harmonies of #718CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CCB

Black with #718CCB

Text Example


Text Example

White with #718CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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