Html Css Color HEX #7FA5D7 Jordy Blue

📋 copy color: '#7FA5D7'

red 127 ◦ green 165 ◦ blue 215

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

Shades of Jordy Blue #7FA5D7

Tints of Jordy Blue #7FA5D7

RGB

 RED value IS 127 (50% from 255) = 25.05%

 GREEN value IS 165 (64.84% from 255) = 32.54%

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 25.05%
G = 32.54%
B = 42.41%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7FA5D7 (or 0x7FA5D7) is known color: Jordy Blue. HEX triplet: 7F, A5 and D7. RGB value is (127,165,215). Sum of RGB (Red+Green+Blue) = 127+165+215=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #7FA5D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5D7 is #805A28. Grayscale: #9F9F9F. Windows color (decimal): -8411689 or 14132607. OLE color: 14132607.

HSL color Cylindrical-coordinate representation of color #7FA5D7: hue angle of 214.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FA5D7 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 165 215 -
CMYK 0.41 0.23 0 0.16
HSL 214.09º 0.52% 0.67% -
HSV(B) 214.09º 0.41% 0.84% -
XYZ 34.47 36.33 69.49 -
YUV 159.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 127 165 215 0.41 0.23 0 0.16 214.09 0.52 0.67
Hex 7F A5 D7 29 17 0 10 D6 34 43
Octal 177 245 327 51 27 0 20 326 64 103
Binary 1111111 10100101 11010111 101001 10111 0 10000 11010110 110100 1000011

Color Harmonies of #7FA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA5D7

Black with #7FA5D7

Text Example


Text Example

White with #7FA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FA5D7; }

 p { color: rgb(127,165,215); }

 H1.HeaderClassName
 {
   color: #7FA5D7;
 }
 .AnyTagClassName
 {
   color: #7FA5D7;
 }
</style>

background-color css

<style>
 a { background-color: #7FA5D7; }

 a { background-color: rgb(127,165,215); }

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

border-color css

<style>
 span { border-color: #7FA5D7; }

 span { border-color: rgb(127,165,215); }

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