Html Css Color HEX #7F9FDA Jordy Blue

📋 copy color: '#7F9FDA'

red 127 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #7F9FDA

Tints of Jordy Blue #7F9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.55%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 25.2%
G = 31.55%
B = 43.25%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F9FDA (or 0x7F9FDA) is known color: Jordy Blue. HEX triplet: 7F, 9F and DA. RGB value is (127,159,218). Sum of RGB (Red+Green+Blue) = 127+159+218=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F9FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FDA is #806025. Grayscale: #9B9B9B. Windows color (decimal): -8413222 or 14327679. OLE color: 14327679.

HSL color Cylindrical-coordinate representation of color #7F9FDA: hue angle of 218.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9FDA is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 159 218 -
CMYK 0.42 0.27 0 0.15
HSL 218.9º 0.55% 0.68% -
HSV(B) 218.9º 0.42% 0.85% -
XYZ 33.81 34.37 71.18 -
YUV 156.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 127 159 218 0.42 0.27 0 0.15 218.9 0.55 0.68
Hex 7F 9F DA 2A 1B 0 F DB 37 44
Octal 177 237 332 52 33 0 17 333 67 104
Binary 1111111 10011111 11011010 101010 11011 0 1111 11011011 110111 1000100

Color Harmonies of #7F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FDA

Black with #7F9FDA

Text Example


Text Example

White with #7F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,218); }

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

background-color css

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

 a { background-color: rgb(127,159,218); }

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

border-color css

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

 span { border-color: rgb(127,159,218); }

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