Html Css Color HEX #7195CF Jordy Blue

📋 copy color: '#7195CF'

red 113 ◦ green 149 ◦ blue 207

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

Shades of Jordy Blue #7195CF

Tints of Jordy Blue #7195CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 24.09%
G = 31.77%
B = 44.14%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7195CF (or 0x7195CF) is known color: Jordy Blue. HEX triplet: 71, 95 and CF. RGB value is (113,149,207). Sum of RGB (Red+Green+Blue) = 113+149+207=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7195CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195CF is #8E6A30. Grayscale: #909090. Windows color (decimal): -9333297 or 13604209. OLE color: 13604209.

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

Color convert

RGB 113 149 207 -
CMYK 0.45 0.28 0 0.19
HSL 217.02º 0.49% 0.63% -
HSV(B) 217.02º 0.45% 0.81% -
XYZ 28.82 29.51 63.21 -
YUV 144.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 113 149 207 0.45 0.28 0 0.19 217.02 0.49 0.63
Hex 71 95 CF 2D 1C 0 13 D9 31 3F
Octal 161 225 317 55 34 0 23 331 61 77
Binary 1110001 10010101 11001111 101101 11100 0 10011 11011001 110001 111111

Color Harmonies of #7195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7195CF

Black with #7195CF

Text Example


Text Example

White with #7195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7195CF; }

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

 H1.HeaderClassName
 {
   color: #7195CF;
 }
 .AnyTagClassName
 {
   color: #7195CF;
 }
</style>

background-color css

<style>
 a { background-color: #7195CF; }

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

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

border-color css

<style>
 span { border-color: #7195CF; }

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

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