Html Css Color HEX #7CB4DF Jordy Blue

📋 copy color: '#7CB4DF'

red 124 ◦ green 180 ◦ blue 223

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

Shades of Jordy Blue #7CB4DF

Tints of Jordy Blue #7CB4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 23.53%
G = 34.16%
B = 42.31%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CB4DF (or 0x7CB4DF) is known color: Jordy Blue. HEX triplet: 7C, B4 and DF. RGB value is (124,180,223). Sum of RGB (Red+Green+Blue) = 124+180+223=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CB4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4DF is #834B20. Grayscale: #A7A7A7. Windows color (decimal): -8604449 or 14660732. OLE color: 14660732.

HSL color Cylindrical-coordinate representation of color #7CB4DF: hue angle of 206.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CB4DF is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 180 223 -
CMYK 0.44 0.19 0 0.13
HSL 206.06º 0.61% 0.68% -
HSV(B) 206.06º 0.44% 0.87% -
XYZ 37.95 42.26 75.97 -
YUV 168.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 124 180 223 0.44 0.19 0 0.13 206.06 0.61 0.68
Hex 7C B4 DF 2C 13 0 D CE 3D 44
Octal 174 264 337 54 23 0 15 316 75 104
Binary 1111100 10110100 11011111 101100 10011 0 1101 11001110 111101 1000100

Color Harmonies of #7CB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB4DF

Black with #7CB4DF

Text Example


Text Example

White with #7CB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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