Html Css Color HEX #7FA7D7 Jordy Blue

📋 copy color: '#7FA7D7'

red 127 ◦ green 167 ◦ blue 215

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

Shades of Jordy Blue #7FA7D7

Tints of Jordy Blue #7FA7D7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.81%

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

R = 24.95%
G = 32.81%
B = 42.24%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7FA7D7 (or 0x7FA7D7) is known color: Jordy Blue. HEX triplet: 7F, A7 and D7. RGB value is (127,167,215). Sum of RGB (Red+Green+Blue) = 127+167+215=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #7FA7D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7D7 is #805828. Grayscale: #A0A0A0. Windows color (decimal): -8411177 or 14133119. OLE color: 14133119.

HSL color Cylindrical-coordinate representation of color #7FA7D7: hue angle of 212.73º 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 #7FA7D7 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 167 215 -
CMYK 0.41 0.22 0 0.16
HSL 212.73º 0.52% 0.67% -
HSV(B) 212.73º 0.41% 0.84% -
XYZ 34.84 37.06 69.61 -
YUV 160.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 127 167 215 0.41 0.22 0 0.16 212.73 0.52 0.67
Hex 7F A7 D7 29 16 0 10 D5 34 43
Octal 177 247 327 51 26 0 20 325 64 103
Binary 1111111 10100111 11010111 101001 10110 0 10000 11010101 110100 1000011

Color Harmonies of #7FA7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA7D7

Black with #7FA7D7

Text Example


Text Example

White with #7FA7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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