Html Css Color HEX #7AB0DD Jordy Blue

📋 copy color: '#7AB0DD'

red 122 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #7AB0DD

Tints of Jordy Blue #7AB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 23.51%
G = 33.91%
B = 42.58%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB0DD (or 0x7AB0DD) is known color: Jordy Blue. HEX triplet: 7A, B0 and DD. RGB value is (122,176,221). Sum of RGB (Red+Green+Blue) = 122+176+221=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0DD is #854F22. Grayscale: #A4A4A4. Windows color (decimal): -8736547 or 14528634. OLE color: 14528634.

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

Color convert

RGB 122 176 221 -
CMYK 0.45 0.20 0 0.13
HSL 207.27º 0.59% 0.67% -
HSV(B) 207.27º 0.45% 0.87% -
XYZ 36.6 40.41 74.28 -
YUV 164.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 122 176 221 0.45 0.20 0 0.13 207.27 0.59 0.67
Hex 7A B0 DD 2D 14 0 D CF 3B 43
Octal 172 260 335 55 24 0 15 317 73 103
Binary 1111010 10110000 11011101 101101 10100 0 1101 11001111 111011 1000011

Color Harmonies of #7AB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0DD

Black with #7AB0DD

Text Example


Text Example

White with #7AB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,221); }

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

background-color css

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

 a { background-color: rgb(122,176,221); }

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

border-color css

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

 span { border-color: rgb(122,176,221); }

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