Html Css Color HEX #7AB2DD Jordy Blue

📋 copy color: '#7AB2DD'

red 122 ◦ green 178 ◦ blue 221

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

Shades of Jordy Blue #7AB2DD

Tints of Jordy Blue #7AB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

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

R = 23.42%
G = 34.17%
B = 42.42%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB2DD (or 0x7AB2DD) is known color: Jordy Blue. HEX triplet: 7A, B2 and DD. RGB value is (122,178,221). Sum of RGB (Red+Green+Blue) = 122+178+221=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2DD is #854D22. Grayscale: #A5A5A5. Windows color (decimal): -8736035 or 14529146. OLE color: 14529146.

HSL color Cylindrical-coordinate representation of color #7AB2DD: hue angle of 206.06º 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 #7AB2DD is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 178 221 -
CMYK 0.45 0.19 0 0.13
HSL 206.06º 0.59% 0.67% -
HSV(B) 206.06º 0.45% 0.87% -
XYZ 37 41.2 74.41 -
YUV 166.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 122 178 221 0.45 0.19 0 0.13 206.06 0.59 0.67
Hex 7A B2 DD 2D 13 0 D CE 3B 43
Octal 172 262 335 55 23 0 15 316 73 103
Binary 1111010 10110010 11011101 101101 10011 0 1101 11001110 111011 1000011

Color Harmonies of #7AB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB2DD

Black with #7AB2DD

Text Example


Text Example

White with #7AB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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