Html Css Color HEX #7CAFDC Jordy Blue

📋 copy color: '#7CAFDC'

red 124 ◦ green 175 ◦ blue 220

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

Shades of Jordy Blue #7CAFDC

Tints of Jordy Blue #7CAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

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

R = 23.89%
G = 33.72%
B = 42.39%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CAFDC (or 0x7CAFDC) is known color: Jordy Blue. HEX triplet: 7C, AF and DC. RGB value is (124,175,220). Sum of RGB (Red+Green+Blue) = 124+175+220=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDC is #835023. Grayscale: #A4A4A4. Windows color (decimal): -8605732 or 14462844. OLE color: 14462844.

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

Color convert

RGB 124 175 220 -
CMYK 0.44 0.20 0 0.14
HSL 208.13º 0.58% 0.67% -
HSV(B) 208.13º 0.44% 0.86% -
XYZ 36.56 40.11 73.53 -
YUV 164.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 124 175 220 0.44 0.20 0 0.14 208.13 0.58 0.67
Hex 7C AF DC 2C 14 0 E D0 3A 43
Octal 174 257 334 54 24 0 16 320 72 103
Binary 1111100 10101111 11011100 101100 10100 0 1110 11010000 111010 1000011

Color Harmonies of #7CAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFDC

Black with #7CAFDC

Text Example


Text Example

White with #7CAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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