Html Css Color HEX #719BDA Jordy Blue

📋 copy color: '#719BDA'

red 113 ◦ green 155 ◦ blue 218

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

Shades of Jordy Blue #719BDA

Tints of Jordy Blue #719BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 23.25%
G = 31.89%
B = 44.86%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#719BDA (or 0x719BDA) is known color: Jordy Blue. HEX triplet: 71, 9B and DA. RGB value is (113,155,218). Sum of RGB (Red+Green+Blue) = 113+155+218=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #719BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BDA is #8E6425. Grayscale: #959595. Windows color (decimal): -9331750 or 14326641. OLE color: 14326641.

HSL color Cylindrical-coordinate representation of color #719BDA: hue angle of 216º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #719BDA is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 155 218 -
CMYK 0.48 0.29 0 0.15
HSL 216º 0.59% 0.65% -
HSV(B) 216º 0.48% 0.85% -
XYZ 31.19 32.02 70.87 -
YUV 149.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 113 155 218 0.48 0.29 0 0.15 216 0.59 0.65
Hex 71 9B DA 30 1D 0 F D8 3B 41
Octal 161 233 332 60 35 0 17 330 73 101
Binary 1110001 10011011 11011010 110000 11101 0 1111 11011000 111011 1000001

Color Harmonies of #719BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BDA

Black with #719BDA

Text Example


Text Example

White with #719BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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