Html Css Color HEX #719DE1 Jordy Blue

📋 copy color: '#719DE1'

red 113 ◦ green 157 ◦ blue 225

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

Shades of Jordy Blue #719DE1

Tints of Jordy Blue #719DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 22.83%
G = 31.72%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#719DE1 (or 0x719DE1) is known color: Jordy Blue. HEX triplet: 71, 9D and E1. RGB value is (113,157,225). Sum of RGB (Red+Green+Blue) = 113+157+225=495 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.83% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #719DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DE1 is #8E621E. Grayscale: #979797. Windows color (decimal): -9331231 or 14785905. OLE color: 14785905.

HSL color Cylindrical-coordinate representation of color #719DE1: hue angle of 216.43º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #719DE1 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 157 225 -
CMYK 0.50 0.30 0 0.12
HSL 216.43º 0.65% 0.66% -
HSV(B) 216.43º 0.5% 0.88% -
XYZ 32.46 33.06 75.9 -
YUV 151.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 113 157 225 0.50 0.30 0 0.12 216.43 0.65 0.66
Hex 71 9D E1 32 1E 0 C D8 41 42
Octal 161 235 341 62 36 0 14 330 101 102
Binary 1110001 10011101 11100001 110010 11110 0 1100 11011000 1000001 1000010

Color Harmonies of #719DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DE1

Black with #719DE1

Text Example


Text Example

White with #719DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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