Html Css Color HEX #7CAFDF Jordy Blue

📋 copy color: '#7CAFDF'

red 124 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #7CAFDF

Tints of Jordy Blue #7CAFDF

RGB

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

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

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

R = 23.75%
G = 33.52%
B = 42.72%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CAFDF (or 0x7CAFDF) is known color: Jordy Blue. HEX triplet: 7C, AF and DF. RGB value is (124,175,223). Sum of RGB (Red+Green+Blue) = 124+175+223=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFDF is #835020. Grayscale: #A4A4A4. Windows color (decimal): -8605729 or 14659452. OLE color: 14659452.

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

Color convert

RGB 124 175 223 -
CMYK 0.44 0.22 0 0.13
HSL 209.09º 0.61% 0.68% -
HSV(B) 209.09º 0.44% 0.87% -
XYZ 36.96 40.27 75.64 -
YUV 165.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 124 175 223 0.44 0.22 0 0.13 209.09 0.61 0.68
Hex 7C AF DF 2C 16 0 D D1 3D 44
Octal 174 257 337 54 26 0 15 321 75 104
Binary 1111100 10101111 11011111 101100 10110 0 1101 11010001 111101 1000100

Color Harmonies of #7CAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFDF

Black with #7CAFDF

Text Example


Text Example

White with #7CAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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