Html Css Color HEX #7CA2DC Jordy Blue

📋 copy color: '#7CA2DC'

red 124 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #7CA2DC

Tints of Jordy Blue #7CA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 24.51%
G = 32.02%
B = 43.48%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CA2DC (or 0x7CA2DC) is known color: Jordy Blue. HEX triplet: 7C, A2 and DC. RGB value is (124,162,220). Sum of RGB (Red+Green+Blue) = 124+162+220=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2DC is #835D23. Grayscale: #9C9C9C. Windows color (decimal): -8609060 or 14459516. OLE color: 14459516.

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

Color convert

RGB 124 162 220 -
CMYK 0.44 0.26 0 0.14
HSL 216.25º 0.58% 0.67% -
HSV(B) 216.25º 0.44% 0.86% -
XYZ 34.15 35.29 72.72 -
YUV 157.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 124 162 220 0.44 0.26 0 0.14 216.25 0.58 0.67
Hex 7C A2 DC 2C 1A 0 E D8 3A 43
Octal 174 242 334 54 32 0 16 330 72 103
Binary 1111100 10100010 11011100 101100 11010 0 1110 11011000 111010 1000011

Color Harmonies of #7CA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA2DC

Black with #7CA2DC

Text Example


Text Example

White with #7CA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,220); }

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

background-color css

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

 a { background-color: rgb(124,162,220); }

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

border-color css

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

 span { border-color: rgb(124,162,220); }

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