Html Css Color HEX #7FA1DC Jordy Blue

📋 copy color: '#7FA1DC'

red 127 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #7FA1DC

Tints of Jordy Blue #7FA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.69%

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

R = 25%
G = 31.69%
B = 43.31%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FA1DC (or 0x7FA1DC) is known color: Jordy Blue. HEX triplet: 7F, A1 and DC. RGB value is (127,161,220). Sum of RGB (Red+Green+Blue) = 127+161+220=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA1DC is #805E23. Grayscale: #9D9D9D. Windows color (decimal): -8412708 or 14459263. OLE color: 14459263.

HSL color Cylindrical-coordinate representation of color #7FA1DC: hue angle of 218.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FA1DC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 161 220 -
CMYK 0.42 0.27 0 0.14
HSL 218.06º 0.57% 0.68% -
HSV(B) 218.06º 0.42% 0.86% -
XYZ 34.42 35.17 72.68 -
YUV 157.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 127 161 220 0.42 0.27 0 0.14 218.06 0.57 0.68
Hex 7F A1 DC 2A 1B 0 E DA 39 44
Octal 177 241 334 52 33 0 16 332 71 104
Binary 1111111 10100001 11011100 101010 11011 0 1110 11011010 111001 1000100

Color Harmonies of #7FA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA1DC

Black with #7FA1DC

Text Example


Text Example

White with #7FA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,220); }

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

background-color css

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

 a { background-color: rgb(127,161,220); }

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

border-color css

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

 span { border-color: rgb(127,161,220); }

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