Html Css Color HEX #7FA2DC Jordy Blue

📋 copy color: '#7FA2DC'

red 127 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #7FA2DC

Tints of Jordy Blue #7FA2DC

RGB

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

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

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

R = 24.95%
G = 31.83%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FA2DC (or 0x7FA2DC) is known color: Jordy Blue. HEX triplet: 7F, A2 and DC. RGB value is (127,162,220). Sum of RGB (Red+Green+Blue) = 127+162+220=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2DC is #805D23. Grayscale: #9D9D9D. Windows color (decimal): -8412452 or 14459519. OLE color: 14459519.

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

Color convert

RGB 127 162 220 -
CMYK 0.42 0.26 0 0.14
HSL 217.42º 0.57% 0.68% -
HSV(B) 217.42º 0.42% 0.86% -
XYZ 34.59 35.52 72.74 -
YUV 158.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 127 162 220 0.42 0.26 0 0.14 217.42 0.57 0.68
Hex 7F A2 DC 2A 1A 0 E D9 39 44
Octal 177 242 334 52 32 0 16 331 71 104
Binary 1111111 10100010 11011100 101010 11010 0 1110 11011001 111001 1000100

Color Harmonies of #7FA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA2DC

Black with #7FA2DC

Text Example


Text Example

White with #7FA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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