Html Css Color HEX #7CAFF7 Jordy Blue

📋 copy color: '#7CAFF7'

red 124 ◦ green 175 ◦ blue 247

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

Shades of Jordy Blue #7CAFF7

Tints of Jordy Blue #7CAFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.24%

R = 22.71%
G = 32.05%
B = 45.24%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7CAFF7 (or 0x7CAFF7) is known color: Jordy Blue. HEX triplet: 7C, AF and F7. RGB value is (124,175,247). Sum of RGB (Red+Green+Blue) = 124+175+247=546 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.71% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #7CAFF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFF7 is #835008. Grayscale: #A7A7A7. Windows color (decimal): -8605705 or 16232316. OLE color: 16232316.

HSL color Cylindrical-coordinate representation of color #7CAFF7: hue angle of 215.12º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CAFF7 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 175 247 -
CMYK 0.50 0.29 0 0.03
HSL 215.12º 0.88% 0.73% -
HSV(B) 215.12º 0.5% 0.97% -
XYZ 40.43 41.66 93.91 -
YUV 167.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 124 175 247 0.50 0.29 0 0.03 215.12 0.88 0.73
Hex 7C AF F7 32 1D 0 3 D7 58 49
Octal 174 257 367 62 35 0 3 327 130 111
Binary 1111100 10101111 11110111 110010 11101 0 11 11010111 1011000 1001001

Color Harmonies of #7CAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFF7

Black with #7CAFF7

Text Example


Text Example

White with #7CAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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