Html Css Color HEX #719BCE Jordy Blue

📋 copy color: '#719BCE'

red 113 ◦ green 155 ◦ blue 206

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

Shades of Jordy Blue #719BCE

Tints of Jordy Blue #719BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 23.84%
G = 32.7%
B = 43.46%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#719BCE (or 0x719BCE) is known color: Jordy Blue. HEX triplet: 71, 9B and CE. RGB value is (113,155,206). Sum of RGB (Red+Green+Blue) = 113+155+206=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #719BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BCE is #8E6431. Grayscale: #949494. Windows color (decimal): -9331762 or 13540209. OLE color: 13540209.

HSL color Cylindrical-coordinate representation of color #719BCE: hue angle of 212.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719BCE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 155 206 -
CMYK 0.45 0.25 0 0.19
HSL 212.9º 0.49% 0.63% -
HSV(B) 212.9º 0.45% 0.81% -
XYZ 29.67 31.41 62.89 -
YUV 148.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 113 155 206 0.45 0.25 0 0.19 212.9 0.49 0.63
Hex 71 9B CE 2D 19 0 13 D5 31 3F
Octal 161 233 316 55 31 0 23 325 61 77
Binary 1110001 10011011 11001110 101101 11001 0 10011 11010101 110001 111111

Color Harmonies of #719BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BCE

Black with #719BCE

Text Example


Text Example

White with #719BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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