Html Css Color HEX #719BDF Jordy Blue

📋 copy color: '#719BDF'

red 113 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #719BDF

Tints of Jordy Blue #719BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 23.01%
G = 31.57%
B = 45.42%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#719BDF (or 0x719BDF) is known color: Jordy Blue. HEX triplet: 71, 9B and DF. RGB value is (113,155,223). Sum of RGB (Red+Green+Blue) = 113+155+223=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #719BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BDF is #8E6420. Grayscale: #959595. Windows color (decimal): -9331745 or 14654321. OLE color: 14654321.

HSL color Cylindrical-coordinate representation of color #719BDF: hue angle of 217.09º degrees, saturation: 0.63, 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 #719BDF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 155 223 -
CMYK 0.49 0.30 0 0.13
HSL 217.09º 0.63% 0.66% -
HSV(B) 217.09º 0.49% 0.87% -
XYZ 31.85 32.28 74.36 -
YUV 150.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 113 155 223 0.49 0.30 0 0.13 217.09 0.63 0.66
Hex 71 9B DF 31 1E 0 D D9 3F 42
Octal 161 233 337 61 36 0 15 331 77 102
Binary 1110001 10011011 11011111 110001 11110 0 1101 11011001 111111 1000010

Color Harmonies of #719BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BDF

Black with #719BDF

Text Example


Text Example

White with #719BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,155,223); }

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

background-color css

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

 a { background-color: rgb(113,155,223); }

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

border-color css

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

 span { border-color: rgb(113,155,223); }

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