Html Css Color HEX #7AB0DA Jordy Blue

📋 copy color: '#7AB0DA'

red 122 ◦ green 176 ◦ blue 218

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

Shades of Jordy Blue #7AB0DA

Tints of Jordy Blue #7AB0DA

RGB

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

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

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

R = 23.64%
G = 34.11%
B = 42.25%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7AB0DA (or 0x7AB0DA) is known color: Jordy Blue. HEX triplet: 7A, B0 and DA. RGB value is (122,176,218). Sum of RGB (Red+Green+Blue) = 122+176+218=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AB0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0DA is #854F25. Grayscale: #A4A4A4. Windows color (decimal): -8736550 or 14332026. OLE color: 14332026.

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

Color convert

RGB 122 176 218 -
CMYK 0.44 0.19 0 0.15
HSL 206.25º 0.56% 0.67% -
HSV(B) 206.25º 0.44% 0.85% -
XYZ 36.21 40.25 72.19 -
YUV 164.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 122 176 218 0.44 0.19 0 0.15 206.25 0.56 0.67
Hex 7A B0 DA 2C 13 0 F CE 38 43
Octal 172 260 332 54 23 0 17 316 70 103
Binary 1111010 10110000 11011010 101100 10011 0 1111 11001110 111000 1000011

Color Harmonies of #7AB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0DA

Black with #7AB0DA

Text Example


Text Example

White with #7AB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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