Html Css Color HEX #7CAADB Jordy Blue

📋 copy color: '#7CAADB'

red 124 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #7CAADB

Tints of Jordy Blue #7CAADB

RGB

 RED value IS 124 (48.83% from 255) = 24.17%

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 24.17%
G = 33.14%
B = 42.69%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CAADB (or 0x7CAADB) is known color: Jordy Blue. HEX triplet: 7C, AA and DB. RGB value is (124,170,219). Sum of RGB (Red+Green+Blue) = 124+170+219=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAADB is #835524. Grayscale: #A1A1A1. Windows color (decimal): -8607013 or 14396028. OLE color: 14396028.

HSL color Cylindrical-coordinate representation of color #7CAADB: hue angle of 210.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CAADB is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 170 219 -
CMYK 0.43 0.22 0 0.14
HSL 210.95º 0.57% 0.67% -
HSV(B) 210.95º 0.43% 0.86% -
XYZ 35.47 38.15 72.51 -
YUV 161.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 124 170 219 0.43 0.22 0 0.14 210.95 0.57 0.67
Hex 7C AA DB 2B 16 0 E D3 39 43
Octal 174 252 333 53 26 0 16 323 71 103
Binary 1111100 10101010 11011011 101011 10110 0 1110 11010011 111001 1000011

Color Harmonies of #7CAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAADB

Black with #7CAADB

Text Example


Text Example

White with #7CAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,219); }

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

background-color css

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

 a { background-color: rgb(124,170,219); }

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

border-color css

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

 span { border-color: rgb(124,170,219); }

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