Html Css Color HEX #719ACF Jordy Blue

📋 copy color: '#719ACF'

red 113 ◦ green 154 ◦ blue 207

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

Shades of Jordy Blue #719ACF

Tints of Jordy Blue #719ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 23.84%
G = 32.49%
B = 43.67%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#719ACF (or 0x719ACF) is known color: Jordy Blue. HEX triplet: 71, 9A and CF. RGB value is (113,154,207). Sum of RGB (Red+Green+Blue) = 113+154+207=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #719ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACF is #8E6530. Grayscale: #939393. Windows color (decimal): -9332017 or 13605489. OLE color: 13605489.

HSL color Cylindrical-coordinate representation of color #719ACF: hue angle of 213.83º 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 #719ACF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 154 207 -
CMYK 0.45 0.26 0 0.19
HSL 213.83º 0.49% 0.63% -
HSV(B) 213.83º 0.45% 0.81% -
XYZ 29.63 31.13 63.48 -
YUV 147.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 113 154 207 0.45 0.26 0 0.19 213.83 0.49 0.63
Hex 71 9A CF 2D 1A 0 13 D6 31 3F
Octal 161 232 317 55 32 0 23 326 61 77
Binary 1110001 10011010 11001111 101101 11010 0 10011 11010110 110001 111111

Color Harmonies of #719ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ACF

Black with #719ACF

Text Example


Text Example

White with #719ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,154,207); }

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

background-color css

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

 a { background-color: rgb(113,154,207); }

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

border-color css

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

 span { border-color: rgb(113,154,207); }

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