Html Css Color HEX #7CA3DF Jordy Blue

📋 copy color: '#7CA3DF'

red 124 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #7CA3DF

Tints of Jordy Blue #7CA3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 24.31%
G = 31.96%
B = 43.73%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CA3DF (or 0x7CA3DF) is known color: Jordy Blue. HEX triplet: 7C, A3 and DF. RGB value is (124,163,223). Sum of RGB (Red+Green+Blue) = 124+163+223=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CA3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA3DF is #835C20. Grayscale: #9D9D9D. Windows color (decimal): -8608801 or 14656380. OLE color: 14656380.

HSL color Cylindrical-coordinate representation of color #7CA3DF: hue angle of 216.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA3DF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 163 223 -
CMYK 0.44 0.27 0 0.13
HSL 216.36º 0.61% 0.68% -
HSV(B) 216.36º 0.44% 0.87% -
XYZ 34.73 35.81 74.89 -
YUV 158.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 124 163 223 0.44 0.27 0 0.13 216.36 0.61 0.68
Hex 7C A3 DF 2C 1B 0 D D8 3D 44
Octal 174 243 337 54 33 0 15 330 75 104
Binary 1111100 10100011 11011111 101100 11011 0 1101 11011000 111101 1000100

Color Harmonies of #7CA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA3DF

Black with #7CA3DF

Text Example


Text Example

White with #7CA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,223); }

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

background-color css

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

 a { background-color: rgb(124,163,223); }

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

border-color css

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

 span { border-color: rgb(124,163,223); }

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