Html Css Color HEX #7CA0EB Jordy Blue

📋 copy color: '#7CA0EB'

red 124 ◦ green 160 ◦ blue 235

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

Shades of Jordy Blue #7CA0EB

Tints of Jordy Blue #7CA0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 23.89%
G = 30.83%
B = 45.28%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7CA0EB (or 0x7CA0EB) is known color: Jordy Blue. HEX triplet: 7C, A0 and EB. RGB value is (124,160,235). Sum of RGB (Red+Green+Blue) = 124+160+235=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CA0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA0EB is #835F14. Grayscale: #9D9D9D. Windows color (decimal): -8609557 or 15442044. OLE color: 15442044.

HSL color Cylindrical-coordinate representation of color #7CA0EB: hue angle of 220.54º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CA0EB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 160 235 -
CMYK 0.47 0.32 0 0.08
HSL 220.54º 0.74% 0.7% -
HSV(B) 220.54º 0.47% 0.92% -
XYZ 35.88 35.42 83.54 -
YUV 157.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 124 160 235 0.47 0.32 0 0.08 220.54 0.74 0.7
Hex 7C A0 EB 2F 20 0 8 DD 4A 46
Octal 174 240 353 57 40 0 10 335 112 106
Binary 1111100 10100000 11101011 101111 100000 0 1000 11011101 1001010 1000110

Color Harmonies of #7CA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA0EB

Black with #7CA0EB

Text Example


Text Example

White with #7CA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,235); }

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

background-color css

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

 a { background-color: rgb(124,160,235); }

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

border-color css

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

 span { border-color: rgb(124,160,235); }

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