Html Css Color HEX #7CA2EB Jordy Blue

📋 copy color: '#7CA2EB'

red 124 ◦ green 162 ◦ blue 235

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

Shades of Jordy Blue #7CA2EB

Tints of Jordy Blue #7CA2EB

RGB

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

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

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

R = 23.8%
G = 31.09%
B = 45.11%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7CA2EB (or 0x7CA2EB) is known color: Jordy Blue. HEX triplet: 7C, A2 and EB. RGB value is (124,162,235). Sum of RGB (Red+Green+Blue) = 124+162+235=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CA2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA2EB is #835D14. Grayscale: #9E9E9E. Windows color (decimal): -8609045 or 15442556. OLE color: 15442556.

HSL color Cylindrical-coordinate representation of color #7CA2EB: hue angle of 219.46º 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 #7CA2EB is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 162 235 -
CMYK 0.47 0.31 0 0.08
HSL 219.46º 0.74% 0.7% -
HSV(B) 219.46º 0.47% 0.92% -
XYZ 36.23 36.12 83.66 -
YUV 158.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 124 162 235 0.47 0.31 0 0.08 219.46 0.74 0.7
Hex 7C A2 EB 2F 1F 0 8 DB 4A 46
Octal 174 242 353 57 37 0 10 333 112 106
Binary 1111100 10100010 11101011 101111 11111 0 1000 11011011 1001010 1000110

Color Harmonies of #7CA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA2EB

Black with #7CA2EB

Text Example


Text Example

White with #7CA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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