Html Css Color HEX #7FA2DF Jordy Blue

📋 copy color: '#7FA2DF'

red 127 ◦ green 162 ◦ blue 223

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

Shades of Jordy Blue #7FA2DF

Tints of Jordy Blue #7FA2DF

RGB

 RED value IS 127 (50% from 255) = 24.8%

 GREEN value IS 162 (63.67% from 255) = 31.64%

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

R = 24.8%
G = 31.64%
B = 43.55%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FA2DF (or 0x7FA2DF) is known color: Jordy Blue. HEX triplet: 7F, A2 and DF. RGB value is (127,162,223). Sum of RGB (Red+Green+Blue) = 127+162+223=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FA2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2DF is #805D20. Grayscale: #9E9E9E. Windows color (decimal): -8412449 or 14656127. OLE color: 14656127.

HSL color Cylindrical-coordinate representation of color #7FA2DF: hue angle of 218.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FA2DF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 162 223 -
CMYK 0.43 0.27 0 0.13
HSL 218.13º 0.6% 0.69% -
HSV(B) 218.13º 0.43% 0.87% -
XYZ 34.99 35.68 74.85 -
YUV 158.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 127 162 223 0.43 0.27 0 0.13 218.13 0.6 0.69
Hex 7F A2 DF 2B 1B 0 D DA 3C 45
Octal 177 242 337 53 33 0 15 332 74 105
Binary 1111111 10100010 11011111 101011 11011 0 1101 11011010 111100 1000101

Color Harmonies of #7FA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA2DF

Black with #7FA2DF

Text Example


Text Example

White with #7FA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,162,223); }

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

background-color css

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

 a { background-color: rgb(127,162,223); }

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

border-color css

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

 span { border-color: rgb(127,162,223); }

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