Html Css Color HEX #719DCF Jordy Blue

📋 copy color: '#719DCF'

red 113 ◦ green 157 ◦ blue 207

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

Shades of Jordy Blue #719DCF

Tints of Jordy Blue #719DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

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

R = 23.69%
G = 32.91%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#719DCF (or 0x719DCF) is known color: Jordy Blue. HEX triplet: 71, 9D and CF. RGB value is (113,157,207). Sum of RGB (Red+Green+Blue) = 113+157+207=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #719DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DCF is #8E6230. Grayscale: #959595. Windows color (decimal): -9331249 or 13606257. OLE color: 13606257.

HSL color Cylindrical-coordinate representation of color #719DCF: hue angle of 211.91º 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 #719DCF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 157 207 -
CMYK 0.45 0.24 0 0.19
HSL 211.91º 0.49% 0.63% -
HSV(B) 211.91º 0.45% 0.81% -
XYZ 30.13 32.13 63.65 -
YUV 149.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 113 157 207 0.45 0.24 0 0.19 211.91 0.49 0.63
Hex 71 9D CF 2D 18 0 13 D4 31 3F
Octal 161 235 317 55 30 0 23 324 61 77
Binary 1110001 10011101 11001111 101101 11000 0 10011 11010100 110001 111111

Color Harmonies of #719DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DCF

Black with #719DCF

Text Example


Text Example

White with #719DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719DCF; }

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

 H1.HeaderClassName
 {
   color: #719DCF;
 }
 .AnyTagClassName
 {
   color: #719DCF;
 }
</style>

background-color css

<style>
 a { background-color: #719DCF; }

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

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

border-color css

<style>
 span { border-color: #719DCF; }

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

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