Html Css Color HEX #7A9FDF Jordy Blue

📋 copy color: '#7A9FDF'

red 122 ◦ green 159 ◦ blue 223

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

Shades of Jordy Blue #7A9FDF

Tints of Jordy Blue #7A9FDF

RGB

 RED value IS 122 (48.05% from 255) = 24.21%

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 24.21%
G = 31.55%
B = 44.25%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A9FDF (or 0x7A9FDF) is known color: Jordy Blue. HEX triplet: 7A, 9F and DF. RGB value is (122,159,223). Sum of RGB (Red+Green+Blue) = 122+159+223=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FDF is #856020. Grayscale: #9A9A9A. Windows color (decimal): -8740897 or 14655354. OLE color: 14655354.

HSL color Cylindrical-coordinate representation of color #7A9FDF: hue angle of 218.02º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A9FDF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 159 223 -
CMYK 0.45 0.29 0 0.13
HSL 218.02º 0.61% 0.68% -
HSV(B) 218.02º 0.45% 0.87% -
XYZ 33.74 34.26 74.65 -
YUV 155.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 122 159 223 0.45 0.29 0 0.13 218.02 0.61 0.68
Hex 7A 9F DF 2D 1D 0 D DA 3D 44
Octal 172 237 337 55 35 0 15 332 75 104
Binary 1111010 10011111 11011111 101101 11101 0 1101 11011010 111101 1000100

Color Harmonies of #7A9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9FDF

Black with #7A9FDF

Text Example


Text Example

White with #7A9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,159,223); }

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

background-color css

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

 a { background-color: rgb(122,159,223); }

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

border-color css

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

 span { border-color: rgb(122,159,223); }

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