Html Css Color HEX #719DDE Jordy Blue

📋 copy color: '#719DDE'

red 113 ◦ green 157 ◦ blue 222

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

Shades of Jordy Blue #719DDE

Tints of Jordy Blue #719DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 22.97%
G = 31.91%
B = 45.12%

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

#719DDE (or 0x719DDE) is known color: Jordy Blue. HEX triplet: 71, 9D and DE. RGB value is (113,157,222). Sum of RGB (Red+Green+Blue) = 113+157+222=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #719DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DDE is #8E6221. Grayscale: #969696. Windows color (decimal): -9331234 or 14589297. OLE color: 14589297.

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

Color convert

RGB 113 157 222 -
CMYK 0.49 0.29 0 0.13
HSL 215.78º 0.62% 0.66% -
HSV(B) 215.78º 0.49% 0.87% -
XYZ 32.05 32.9 73.77 -
YUV 151.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 113 157 222 0.49 0.29 0 0.13 215.78 0.62 0.66
Hex 71 9D DE 31 1D 0 D D8 3E 42
Octal 161 235 336 61 35 0 15 330 76 102
Binary 1110001 10011101 11011110 110001 11101 0 1101 11011000 111110 1000010

Color Harmonies of #719DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DDE

Black with #719DDE

Text Example


Text Example

White with #719DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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