Html Css Color HEX #7CB5DC Jordy Blue

📋 copy color: '#7CB5DC'

red 124 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #7CB5DC

Tints of Jordy Blue #7CB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.48%

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

R = 23.62%
G = 34.48%
B = 41.9%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CB5DC (or 0x7CB5DC) is known color: Jordy Blue. HEX triplet: 7C, B5 and DC. RGB value is (124,181,220). Sum of RGB (Red+Green+Blue) = 124+181+220=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5DC is #834A23. Grayscale: #A8A8A8. Windows color (decimal): -8604196 or 14464380. OLE color: 14464380.

HSL color Cylindrical-coordinate representation of color #7CB5DC: hue angle of 204.38º 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 #7CB5DC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 181 220 -
CMYK 0.44 0.18 0 0.14
HSL 204.38º 0.58% 0.67% -
HSV(B) 204.38º 0.44% 0.86% -
XYZ 37.75 42.5 73.92 -
YUV 168.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 124 181 220 0.44 0.18 0 0.14 204.38 0.58 0.67
Hex 7C B5 DC 2C 12 0 E CC 3A 43
Octal 174 265 334 54 22 0 16 314 72 103
Binary 1111100 10110101 11011100 101100 10010 0 1110 11001100 111010 1000011

Color Harmonies of #7CB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB5DC

Black with #7CB5DC

Text Example


Text Example

White with #7CB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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