#7CA7D4

Color #7CA7D4 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7CA7D4

Tints of Jordy Blue #7CA7D4

Color information

#7CA7D4 (or 0x7CA7D4) is unknown color: approx Jordy Blue. HEX triplet: 7C, A7 and D4. RGB value is (124,167,212). Sum of RGB (Red+Green+Blue) = 124+167+212=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #7CA7D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA7D4 is #83582B. Grayscale: #9F9F9F. Windows color (decimal): -8607788 or 13936508. OLE color: 13936508.

HSL color Cylindrical-coordinate representation of color #7CA7D4: hue angle of 210.68º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CA7D4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB124167212-
CMYK0.420.2100.17
HSL210.68º50.57%65.88%-
HSV(B)210.68º41.51%83.14%-
XYZ34.0136.6867.57-
YUV159.27157.75102.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=24.65%
G=33.20%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1241672120.420.2100.17210.6850.5765.88
Hex7CA7D42A15011d33342
Octal174247324522502132363102
Binary1111100101001111101010010101010101010001110100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,212); }

 H1.HeaderClassName
 {
   color: #7CA7D4;
 }
 .AnyTagClassName
 {
   color: #7CA7D4;
 }
</style>
background-color css

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

 a { background-color: rgb(124,167,212); }

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

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

 span { border-color: rgb(124,167,212); }

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