Html Css Color HEX #7CB4EC Jordy Blue

📋 copy color: '#7CB4EC'

red 124 ◦ green 180 ◦ blue 236

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

Shades of Jordy Blue #7CB4EC

Tints of Jordy Blue #7CB4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 22.96%
G = 33.33%
B = 43.7%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CB4EC (or 0x7CB4EC) is known color: Jordy Blue. HEX triplet: 7C, B4 and EC. RGB value is (124,180,236). Sum of RGB (Red+Green+Blue) = 124+180+236=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CB4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CB4EC is #834B13. Grayscale: #A9A9A9. Windows color (decimal): -8604436 or 15512700. OLE color: 15512700.

HSL color Cylindrical-coordinate representation of color #7CB4EC: hue angle of 210º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CB4EC is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 180 236 -
CMYK 0.47 0.24 0 0.07
HSL 210º 0.75% 0.71% -
HSV(B) 210º 0.47% 0.93% -
XYZ 39.77 42.98 85.56 -
YUV 169.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 124 180 236 0.47 0.24 0 0.07 210 0.75 0.71
Hex 7C B4 EC 2F 18 0 7 D2 4B 47
Octal 174 264 354 57 30 0 7 322 113 107
Binary 1111100 10110100 11101100 101111 11000 0 111 11010010 1001011 1000111

Color Harmonies of #7CB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB4EC

Black with #7CB4EC

Text Example


Text Example

White with #7CB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,236); }

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

background-color css

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

 a { background-color: rgb(124,180,236); }

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

border-color css

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

 span { border-color: rgb(124,180,236); }

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