Html Css Color HEX #719CDD Jordy Blue

📋 copy color: '#719CDD'

red 113 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #719CDD

Tints of Jordy Blue #719CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 23.06%
G = 31.84%
B = 45.1%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719CDD (or 0x719CDD) is known color: Jordy Blue. HEX triplet: 71, 9C and DD. RGB value is (113,156,221). Sum of RGB (Red+Green+Blue) = 113+156+221=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #719CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CDD is #8E6322. Grayscale: #969696. Windows color (decimal): -9331491 or 14523505. OLE color: 14523505.

HSL color Cylindrical-coordinate representation of color #719CDD: hue angle of 216.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #719CDD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 156 221 -
CMYK 0.49 0.29 0 0.13
HSL 216.11º 0.61% 0.65% -
HSV(B) 216.11º 0.49% 0.87% -
XYZ 31.75 32.51 73.01 -
YUV 150.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 113 156 221 0.49 0.29 0 0.13 216.11 0.61 0.65
Hex 71 9C DD 31 1D 0 D D8 3D 41
Octal 161 234 335 61 35 0 15 330 75 101
Binary 1110001 10011100 11011101 110001 11101 0 1101 11011000 111101 1000001

Color Harmonies of #719CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CDD

Black with #719CDD

Text Example


Text Example

White with #719CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,156,221); }

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

background-color css

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

 a { background-color: rgb(113,156,221); }

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

border-color css

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

 span { border-color: rgb(113,156,221); }

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