Html Css Color HEX #7FA0D8 Jordy Blue

📋 copy color: '#7FA0D8'

red 127 ◦ green 160 ◦ blue 216

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

Shades of Jordy Blue #7FA0D8

Tints of Jordy Blue #7FA0D8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.81%

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 25.25%
G = 31.81%
B = 42.94%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FA0D8 (or 0x7FA0D8) is known color: Jordy Blue. HEX triplet: 7F, A0 and D8. RGB value is (127,160,216). Sum of RGB (Red+Green+Blue) = 127+160+216=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #7FA0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0D8 is #805F27. Grayscale: #9C9C9C. Windows color (decimal): -8412968 or 14196863. OLE color: 14196863.

HSL color Cylindrical-coordinate representation of color #7FA0D8: hue angle of 217.75º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FA0D8 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 160 216 -
CMYK 0.41 0.26 0 0.15
HSL 217.75º 0.53% 0.67% -
HSV(B) 217.75º 0.41% 0.85% -
XYZ 33.72 34.61 69.87 -
YUV 156.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 127 160 216 0.41 0.26 0 0.15 217.75 0.53 0.67
Hex 7F A0 D8 29 1A 0 F DA 35 43
Octal 177 240 330 51 32 0 17 332 65 103
Binary 1111111 10100000 11011000 101001 11010 0 1111 11011010 110101 1000011

Color Harmonies of #7FA0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA0D8

Black with #7FA0D8

Text Example


Text Example

White with #7FA0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,216); }

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

background-color css

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

 a { background-color: rgb(127,160,216); }

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

border-color css

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

 span { border-color: rgb(127,160,216); }

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