Html Css Color HEX #7194D1 Jordy Blue

📋 copy color: '#7194D1'

red 113 ◦ green 148 ◦ blue 209

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

Shades of Jordy Blue #7194D1

Tints of Jordy Blue #7194D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 24.04%
G = 31.49%
B = 44.47%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7194D1 (or 0x7194D1) is known color: Jordy Blue. HEX triplet: 71, 94 and D1. RGB value is (113,148,209). Sum of RGB (Red+Green+Blue) = 113+148+209=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #7194D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194D1 is #8E6B2E. Grayscale: #909090. Windows color (decimal): -9333551 or 13735025. OLE color: 13735025.

HSL color Cylindrical-coordinate representation of color #7194D1: hue angle of 218.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7194D1 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 148 209 -
CMYK 0.46 0.29 0 0.18
HSL 218.13º 0.51% 0.63% -
HSV(B) 218.13º 0.46% 0.82% -
XYZ 28.91 29.29 64.45 -
YUV 144.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 113 148 209 0.46 0.29 0 0.18 218.13 0.51 0.63
Hex 71 94 D1 2E 1D 0 12 DA 33 3F
Octal 161 224 321 56 35 0 22 332 63 77
Binary 1110001 10010100 11010001 101110 11101 0 10010 11011010 110011 111111

Color Harmonies of #7194D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194D1

Black with #7194D1

Text Example


Text Example

White with #7194D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7194D1; }

 p { color: rgb(113,148,209); }

 H1.HeaderClassName
 {
   color: #7194D1;
 }
 .AnyTagClassName
 {
   color: #7194D1;
 }
</style>

background-color css

<style>
 a { background-color: #7194D1; }

 a { background-color: rgb(113,148,209); }

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

border-color css

<style>
 span { border-color: #7194D1; }

 span { border-color: rgb(113,148,209); }

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